|
|
|
@ -301,7 +301,7 @@
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
|
<RowDefinition Height="Auto" />
|
|
|
|
@ -323,13 +323,13 @@
|
|
|
|
|
Margin="8"
|
|
|
|
|
IsEnabled="{Binding ElementName=followSystemTheme, Path=IsChecked, Converter={StaticResource InverseBooleanConverter}}" />
|
|
|
|
|
|
|
|
|
|
<TextBlock
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Style="{StaticResource ToolbarTextBlock}"
|
|
|
|
|
Text="{x:Static resx:ResUI.TbSettingsFollowSystemTheme}" />
|
|
|
|
|
<ToggleButton
|
|
|
|
|
<TextBlock
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Style="{StaticResource ToolbarTextBlock}"
|
|
|
|
|
Text="{x:Static resx:ResUI.TbSettingsFollowSystemTheme}" />
|
|
|
|
|
<ToggleButton
|
|
|
|
|
x:Name="followSystemTheme"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
Grid.Column="1"
|
|
|
|
@ -856,23 +856,6 @@
|
|
|
|
|
Header="{x:Static resx:ResUI.menuExit}" />
|
|
|
|
|
</ContextMenu>
|
|
|
|
|
</tb:TaskbarIcon.ContextMenu>
|
|
|
|
|
<tb:TaskbarIcon.TrayToolTip>
|
|
|
|
|
<Border
|
|
|
|
|
x:Name="borTrayToolTip"
|
|
|
|
|
Width="Auto"
|
|
|
|
|
Height="Auto"
|
|
|
|
|
Background="{DynamicResource MaterialDesignLightBackground}"
|
|
|
|
|
BorderBrush="{DynamicResource MaterialDesignDarkBackground}"
|
|
|
|
|
BorderThickness="0"
|
|
|
|
|
CornerRadius="4">
|
|
|
|
|
<TextBlock
|
|
|
|
|
Margin="8"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Foreground="{DynamicResource MaterialDesignDarkBackground}"
|
|
|
|
|
Text="{Binding Mode=OneWay, Path=ToolTipText}" />
|
|
|
|
|
</Border>
|
|
|
|
|
</tb:TaskbarIcon.TrayToolTip>
|
|
|
|
|
</tb:TaskbarIcon>
|
|
|
|
|
<materialDesign:Snackbar x:Name="MainSnackbar" MessageQueue="{materialDesign:MessageQueue}" />
|
|
|
|
|
</Grid>
|
|
|
|
|