mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-15 17:27:03 +00:00
Round guild icons
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user