mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Make dialogs white again
This commit is contained in:
parent
fa1e84b518
commit
17b0161ade
|
|
@ -78,7 +78,6 @@
|
||||||
|
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
<Style x:Key="MaterialDesignRoot" TargetType="{x:Type Control}">
|
<Style x:Key="MaterialDesignRoot" TargetType="{x:Type Control}">
|
||||||
<Setter Property="Background" Value="{DynamicResource MaterialDesignPaper}" />
|
|
||||||
<Setter Property="FontFamily" Value="{DynamicResource MaterialDesignFont}" />
|
<Setter Property="FontFamily" Value="{DynamicResource MaterialDesignFont}" />
|
||||||
<Setter Property="RenderOptions.BitmapScalingMode" Value="HighQuality" />
|
<Setter Property="RenderOptions.BitmapScalingMode" Value="HighQuality" />
|
||||||
<Setter Property="SnapsToDevicePixels" Value="True" />
|
<Setter Property="SnapsToDevicePixels" Value="True" />
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
Height="550"
|
Height="550"
|
||||||
MinWidth="325"
|
MinWidth="325"
|
||||||
d:DataContext="{d:DesignInstance Type=viewModels:RootViewModel}"
|
d:DataContext="{d:DesignInstance Type=viewModels:RootViewModel}"
|
||||||
|
Background="{DynamicResource MaterialDesignPaper}"
|
||||||
FocusManager.FocusedElement="{Binding ElementName=TokenValueTextBox}"
|
FocusManager.FocusedElement="{Binding ElementName=TokenValueTextBox}"
|
||||||
Icon="/DiscordChatExporter;component/favicon.ico"
|
Icon="/DiscordChatExporter;component/favicon.ico"
|
||||||
Style="{DynamicResource MaterialDesignRoot}"
|
Style="{DynamicResource MaterialDesignRoot}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue