Skip to content

Commit adca61c

Browse files
committed
ux: re-order items in preference panel
1 parent 21e15a1 commit adca61c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Views/Preference.axaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@
114114

115115
<CheckBox Grid.Row="4" Grid.Column="1"
116116
Height="32"
117-
Content="{DynamicResource Text.Preference.General.Check4UpdatesOnStartup}"
118-
IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=Check4UpdatesOnStartup, Mode=TwoWay}"/>
117+
Content="{DynamicResource Text.Preference.General.ShowAuthorTime}"
118+
IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=ShowAuthorTimeInGraph, Mode=TwoWay}"/>
119119

120120
<CheckBox Grid.Row="5" Grid.Column="1"
121121
Height="32"
122-
Content="{DynamicResource Text.Preference.General.ShowAuthorTime}"
123-
IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=ShowAuthorTimeInGraph, Mode=TwoWay}"/>
122+
Content="{DynamicResource Text.Preference.General.Check4UpdatesOnStartup}"
123+
IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=Check4UpdatesOnStartup, Mode=TwoWay}"/>
124124
</Grid>
125125
</TabItem>
126126

0 commit comments

Comments
 (0)