|
178 | 178 | <RowDefinition />
|
179 | 179 | <RowDefinition />
|
180 | 180 | <RowDefinition />
|
181 |
| - </Grid.RowDefinitions> |
| 181 | + </Grid.RowDefinitions> |
182 | 182 |
|
183 | 183 | <TextBlock
|
184 | 184 | Grid.Row="0"
|
|
291 | 291 | Margin="10,15,10,10"
|
292 | 292 | HorizontalAlignment="Left"
|
293 | 293 | VerticalAlignment="Center"
|
| 294 | + DisplayMemberPath="Description" |
294 | 295 | ItemsSource="{Binding IndexSearchEngines}"
|
295 |
| - SelectedItem="{Binding SelectedIndexSearchEngine}" |
296 |
| - DisplayMemberPath="Description"/> |
| 296 | + SelectedItem="{Binding SelectedIndexSearchEngine}" /> |
297 | 297 | <TextBlock
|
298 | 298 | Grid.Row="1"
|
299 | 299 | Grid.Column="0"
|
|
308 | 308 | Margin="10"
|
309 | 309 | HorizontalAlignment="Left"
|
310 | 310 | VerticalAlignment="Center"
|
| 311 | + DisplayMemberPath="Description" |
311 | 312 | ItemsSource="{Binding ContentIndexSearchEngines}"
|
312 |
| - SelectedItem="{Binding SelectedContentSearchEngine}" |
313 |
| - DisplayMemberPath="Description"/> |
| 313 | + SelectedItem="{Binding SelectedContentSearchEngine}" /> |
314 | 314 | <TextBlock
|
315 | 315 | Grid.Row="2"
|
316 | 316 | Grid.Column="0"
|
|
325 | 325 | Margin="10"
|
326 | 326 | HorizontalAlignment="Left"
|
327 | 327 | VerticalAlignment="Center"
|
328 |
| - ItemsSource="{Binding PathEnumerationEngines}" |
329 | 328 | DisplayMemberPath="Description"
|
| 329 | + ItemsSource="{Binding PathEnumerationEngines}" |
330 | 330 | SelectedItem="{Binding SelectedPathEnumerationEngine}" />
|
331 | 331 | </Grid>
|
332 | 332 | </StackPanel>
|
|
349 | 349 | Style="{DynamicResource ExplorerTabItem}">
|
350 | 350 | <StackPanel Margin="10" Orientation="Vertical">
|
351 | 351 | <StackPanel Orientation="Horizontal">
|
352 |
| - <TextBlock Margin="10" |
| 352 | + <TextBlock |
| 353 | + Margin="10" |
353 | 354 | VerticalAlignment="Center"
|
354 |
| - Text="{DynamicResource flowlauncher_plugin_everything_search_fullpath}"/> |
355 |
| - <CheckBox Margin="10" |
| 355 | + Text="{DynamicResource flowlauncher_plugin_everything_search_fullpath}" |
| 356 | + TextBlock.Foreground="{DynamicResource Color05B}" /> |
| 357 | + <CheckBox |
| 358 | + Margin="10" |
356 | 359 | VerticalAlignment="Center"
|
357 |
| - IsChecked="{Binding Settings.EverythingSearchFullPath}"> |
358 |
| - </CheckBox> |
| 360 | + IsChecked="{Binding Settings.EverythingSearchFullPath}" /> |
359 | 361 | </StackPanel>
|
360 | 362 | <StackPanel Orientation="Horizontal">
|
361 | 363 | <Grid Margin="20,10,0,10">
|
|
0 commit comments