style<Dashboard>: change style for tags & submodules toggle button

This commit is contained in:
leo 2020-12-14 13:54:07 +08:00
parent c6c9f62bdb
commit 0517142330
2 changed files with 32 additions and 4 deletions

View file

@ -360,7 +360,7 @@
Grid.Row="6"
Style="{StaticResource Style.ToggleButton.Expender}"
IsChecked="{Binding Source={x:Static source:App.Preference}, Path=UIShowTags, Mode=TwoWay}">
<Grid Margin="4,0,2,0">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="16"/>
@ -427,7 +427,7 @@
Grid.Row="9"
Style="{StaticResource Style.ToggleButton.Expender}"
IsChecked="False">
<Grid Margin="4,0,2,0">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="16"/>