added multilang and settings
This commit is contained in:
@@ -14,13 +14,16 @@
|
||||
ShowActivated="False"
|
||||
Topmost="True"
|
||||
Focusable="False"
|
||||
IsHitTestVisible="False">
|
||||
<Border Background="#E6202020"
|
||||
CornerRadius="4"
|
||||
IsHitTestVisible="False"
|
||||
Opacity="{Binding Settings.Opacity}">
|
||||
<Border CornerRadius="4"
|
||||
Padding="10,4">
|
||||
<Border.Background>
|
||||
<SolidColorBrush Color="{Binding Settings.BackgroundColor}" />
|
||||
</Border.Background>
|
||||
<TextBlock Foreground="White"
|
||||
FontSize="20"
|
||||
FontWeight="SemiBold"
|
||||
FontSize="{Binding Settings.FontSize}"
|
||||
Text="{Binding ShortName}" />
|
||||
</Border>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user