mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-15 00:03:38 -07:00
Round guild icons
This commit is contained in:
parent
7b9de314ab
commit
749a55a30e
|
|
@ -128,9 +128,16 @@ Window "DiscordChatExporter.Views.MainWindow" {
|
||||||
Cursor: CursorType.Hand
|
Cursor: CursorType.Hand
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
Margin: "12 6 12 6"
|
Margin: "12 4 12 4"
|
||||||
Width: 48
|
Width: 48
|
||||||
Height: 48
|
Height: 48
|
||||||
|
OpacityMask: RadialGradientBrush {
|
||||||
|
GradientStops: [
|
||||||
|
GradientStop { Color: "#FF000000", Offset: 0 }
|
||||||
|
GradientStop { Color: "#FF000000", Offset: 0.96 }
|
||||||
|
GradientStop { Color: "#00000000", Offset: 1 }
|
||||||
|
]
|
||||||
|
}
|
||||||
Source: bind IconUrl
|
Source: bind IconUrl
|
||||||
ToolTip: bind Name
|
ToolTip: bind Name
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue