|
36 | 36 | <ItemsControl Style="{StaticResource SettingGrid}"> |
37 | 37 | <StackPanel Style="{StaticResource TextPanel}"> |
38 | 38 | <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="Show recycle bin" /> |
39 | | - <TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{Binding NotebookExplorerKeyword.Value, StringFormat='When using "{0}" show items that are in the recycle bin'}" /> |
| 39 | + <TextBlock |
| 40 | + d:Text="When using "{0}" show items that are in the recycle bin" |
| 41 | + Style="{DynamicResource SettingSubTitleLabel}" |
| 42 | + Text="{Binding NotebookExplorerKeyword.Value, StringFormat='When using "{0}" show items that are in the recycle bin'}" /> |
40 | 43 | </StackPanel> |
41 | 44 | <ui:ToggleSwitch |
42 | 45 | Grid.Column="2" |
|
52 | 55 | <ItemsControl Style="{StaticResource SettingGrid}"> |
53 | 56 | <StackPanel Style="{StaticResource TextPanel}"> |
54 | 57 | <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="Show encrypted sections" /> |
55 | | - <TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{Binding NotebookExplorerKeyword.Value, StringFormat='When using "{0}" show encrypted sections, if the section has been unlocked, allow temporary access.'}" /> |
| 58 | + <TextBlock |
| 59 | + d:Text="When using "{0}" show encrypted sections, if the section has been unlocked, allow temporary access." |
| 60 | + Style="{DynamicResource SettingSubTitleLabel}" |
| 61 | + Text="{Binding NotebookExplorerKeyword.Value, StringFormat='When using "{0}" show encrypted sections, if the section has been unlocked, allow temporary access.'}" /> |
56 | 62 | </StackPanel> |
57 | 63 | <ui:ToggleSwitch |
58 | 64 | Grid.Column="2" |
|
93 | 99 | HorizontalContentAlignment="Center" |
94 | 100 | Command="{Binding ClearCachedIconsCommand}"> |
95 | 101 | <Label HorizontalAlignment="Center"> |
96 | | - <TextBlock Text="{Binding CachedIconsFileSize, StringFormat='Clear Cached Images: {0}'}" /> |
| 102 | + <TextBlock d:Text="Clear Cached Images: {0}" Text="{Binding CachedIconsFileSize, StringFormat='Clear Cached Images: {0}'}" /> |
97 | 103 | </Label> |
98 | 104 | </Button> |
99 | 105 | <Button Margin="0,4,22,4" Command="{Binding OpenGeneratedIconsFolderCommand}"> |
|
164 | 170 | <ItemsControl Style="{StaticResource SettingGrid}"> |
165 | 171 | <StackPanel Style="{StaticResource TextPanel}"> |
166 | 172 | <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="Default number of recent pages" /> |
167 | | - <TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{Binding RecentPagesKeyword.Value, StringFormat='The initial number of recent pages to show when using "{0}"'}" /> |
| 173 | + <TextBlock |
| 174 | + d:Text="The initial number of recent pages to show when using "{0}"" |
| 175 | + Style="{DynamicResource SettingSubTitleLabel}" |
| 176 | + Text="{Binding RecentPagesKeyword.Value, StringFormat='The initial number of recent pages to show when using "{0}"'}" /> |
168 | 177 | </StackPanel> |
169 | 178 | <ComboBox |
170 | 179 | Grid.Column="2" |
|
0 commit comments