|
47 | 47 | <TabItem.Header> |
48 | 48 | <TextBlock Classes="tab_header" Text="{DynamicResource Text.Preferences.General}"/> |
49 | 49 | </TabItem.Header> |
50 | | - <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
| 50 | + <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
51 | 51 | <TextBlock Grid.Row="0" Grid.Column="0" |
52 | 52 | Text="{DynamicResource Text.Preferences.General.Locale}" |
53 | 53 | HorizontalAlignment="Right" |
|
172 | 172 | IsChecked="{Binding ShowChildren, Mode=TwoWay}"/> |
173 | 173 |
|
174 | 174 | <CheckBox Grid.Row="11" Grid.Column="1" |
| 175 | + Height="32" |
| 176 | + Content="{DynamicResource Text.Preferences.General.UseCompactBranchNames}" |
| 177 | + IsChecked="{Binding UseCompactBranchNamesInGraph, Mode=TwoWay}"/> |
| 178 | + |
| 179 | + <CheckBox Grid.Row="12" Grid.Column="1" |
175 | 180 | Height="32" |
176 | 181 | Content="{DynamicResource Text.Preferences.General.EnableCompactFolders}" |
177 | 182 | IsChecked="{Binding EnableCompactFoldersInChangesTree, Mode=TwoWay}"/> |
178 | 183 |
|
179 | | - <CheckBox Grid.Row="12" Grid.Column="1" |
| 184 | + <CheckBox Grid.Row="13" Grid.Column="1" |
180 | 185 | Height="32" |
181 | 186 | Content="{DynamicResource Text.Preferences.General.UseGitHubStyleAvatar}" |
182 | 187 | IsChecked="{Binding UseGitHubStyleAvatar, Mode=TwoWay}"/> |
183 | 188 |
|
184 | | - <CheckBox Grid.Row="13" Grid.Column="1" |
| 189 | + <CheckBox Grid.Row="14" Grid.Column="1" |
185 | 190 | Height="32" |
186 | 191 | Content="{DynamicResource Text.Preferences.General.Check4UpdatesOnStartup}" |
187 | 192 | IsVisible="{x:Static s:App.IsCheckForUpdateCommandVisible}" |
|
0 commit comments