|
46 | 46 | <TabItem.Header> |
47 | 47 | <TextBlock Classes="tab_header" Text="{DynamicResource Text.Preferences.General}"/> |
48 | 48 | </TabItem.Header> |
49 | | - <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,Auto,Auto" ColumnDefinitions="Auto,*"> |
| 49 | + <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
50 | 50 | <TextBlock Grid.Row="0" Grid.Column="0" |
51 | 51 | Text="{DynamicResource Text.Preferences.General.Locale}" |
52 | 52 | HorizontalAlignment="Right" |
|
133 | 133 | </Grid> |
134 | 134 |
|
135 | 135 | <CheckBox Grid.Row="5" Grid.Column="1" |
| 136 | + Height="32" |
| 137 | + Content="{DynamicResource Text.Preferences.General.ShowChangesPageByDefault}" |
| 138 | + IsChecked="{Binding ShowLocalChangesByDefault, Mode=TwoWay}"/> |
| 139 | + |
| 140 | + <CheckBox Grid.Row="6" Grid.Column="1" |
136 | 141 | Height="32" |
137 | 142 | Content="{DynamicResource Text.Preferences.General.ShowAuthorTime}" |
138 | 143 | IsChecked="{Binding ShowAuthorTimeInGraph, Mode=TwoWay}"/> |
139 | 144 |
|
140 | | - <CheckBox Grid.Row="6" Grid.Column="1" |
| 145 | + <CheckBox Grid.Row="7" Grid.Column="1" |
141 | 146 | Height="32" |
142 | 147 | Content="{DynamicResource Text.Preferences.General.ShowTagsInGraph}" |
143 | 148 | IsChecked="{Binding ShowTagsInGraph, Mode=TwoWay}"/> |
144 | 149 |
|
145 | | - <CheckBox Grid.Row="7" Grid.Column="1" |
| 150 | + <CheckBox Grid.Row="8" Grid.Column="1" |
146 | 151 | Height="32" |
147 | 152 | Content="{DynamicResource Text.Preferences.General.ShowChildren}" |
148 | 153 | IsChecked="{Binding ShowChildren, Mode=TwoWay}"/> |
149 | 154 |
|
150 | | - <CheckBox Grid.Row="8" Grid.Column="1" |
| 155 | + <CheckBox Grid.Row="9" Grid.Column="1" |
| 156 | + Height="32" |
| 157 | + Content="{DynamicResource Text.Preferences.General.EnableCompactFolders}" |
| 158 | + IsChecked="{Binding EnableCompactFoldersInChangesTree, Mode=TwoWay}"/> |
| 159 | + |
| 160 | + <CheckBox Grid.Row="10" Grid.Column="1" |
151 | 161 | Height="32" |
152 | 162 | Content="{DynamicResource Text.Preferences.General.UpdateBlockNavigationOnScroll}" |
153 | 163 | IsChecked="{Binding UpdateBlockNavigationOnScroll, Mode=TwoWay}"/> |
154 | 164 |
|
155 | | - <CheckBox Grid.Row="9" Grid.Column="1" |
| 165 | + <CheckBox Grid.Row="11" Grid.Column="1" |
156 | 166 | Height="32" |
157 | 167 | Content="{DynamicResource Text.Preferences.General.Check4UpdatesOnStartup}" |
158 | 168 | IsVisible="{x:Static s:App.IsCheckForUpdateCommandVisible}" |
|
164 | 174 | <TabItem.Header> |
165 | 175 | <TextBlock Classes="tab_header" Text="{DynamicResource Text.Preferences.Appearance}"/> |
166 | 176 | </TabItem.Header> |
167 | | - <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
| 177 | + <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
168 | 178 | <TextBlock Grid.Row="0" Grid.Column="0" |
169 | 179 | Text="{DynamicResource Text.Preferences.Appearance.Theme}" |
170 | 180 | HorizontalAlignment="Right" |
|
271 | 281 | IsChecked="{Binding UseFixedTabWidth, Mode=TwoWay}"/> |
272 | 282 |
|
273 | 283 | <CheckBox Grid.Row="8" Grid.Column="1" |
274 | | - Height="32" |
275 | | - Content="{DynamicResource Text.Preferences.Appearance.EnableCompactFolders}" |
276 | | - IsChecked="{Binding EnableCompactFoldersInChangesTree, Mode=TwoWay}"/> |
277 | | - |
278 | | - <CheckBox Grid.Row="9" Grid.Column="1" |
279 | 284 | Height="32" |
280 | 285 | Content="{DynamicResource Text.Preferences.Appearance.UseNativeWindowFrame}" |
281 | 286 | IsChecked="{Binding UseSystemWindowFrame, Mode=OneTime}" |
|
0 commit comments