|
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,Auto" ColumnDefinitions="Auto,*"> |
| 50 | + <Grid Margin="8" RowDefinitions="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" |
|
162 | 162 | IsChecked="{Binding ShowTagsInGraph, Mode=TwoWay}"/> |
163 | 163 |
|
164 | 164 | <CheckBox Grid.Row="9" Grid.Column="1" |
| 165 | + Height="32" |
| 166 | + Content="{DynamicResource Text.Preferences.General.ShowRelativeTimeInGraph}" |
| 167 | + IsChecked="{Binding DisplayTimeAsPeriodInHistories, Mode=TwoWay}"/> |
| 168 | + |
| 169 | + <CheckBox Grid.Row="10" Grid.Column="1" |
165 | 170 | Height="32" |
166 | 171 | Content="{DynamicResource Text.Preferences.General.ShowChildren}" |
167 | 172 | IsChecked="{Binding ShowChildren, Mode=TwoWay}"/> |
168 | 173 |
|
169 | | - <CheckBox Grid.Row="10" Grid.Column="1" |
| 174 | + <CheckBox Grid.Row="11" Grid.Column="1" |
170 | 175 | Height="32" |
171 | 176 | Content="{DynamicResource Text.Preferences.General.EnableCompactFolders}" |
172 | 177 | IsChecked="{Binding EnableCompactFoldersInChangesTree, Mode=TwoWay}"/> |
173 | 178 |
|
174 | | - <CheckBox Grid.Row="11" Grid.Column="1" |
| 179 | + <CheckBox Grid.Row="12" Grid.Column="1" |
175 | 180 | Height="32" |
176 | 181 | Content="{DynamicResource Text.Preferences.General.UseGitHubStyleAvatar}" |
177 | 182 | IsChecked="{Binding UseGitHubStyleAvatar, 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.Check4UpdatesOnStartup}" |
182 | 187 | IsVisible="{x:Static s:App.IsCheckForUpdateCommandVisible}" |
|
0 commit comments