File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Views Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919 <DataTemplate x : Key =" ListViewActionKeywords" DataType =" {x:Type viewModels:ActionKeywordModel}" >
2020 <Grid >
2121 <TextBlock
22- Margin =" 0 5 0 0 "
22+ Margin =" 0 5 0 5 "
2323 IsEnabled =" {Binding Enabled}"
2424 Text =" {Binding LocalizedDescription, Mode=OneTime}" >
2525 <TextBlock .Style>
3737 </TextBlock >
3838
3939 <TextBlock
40- Margin =" 250 5 0 0 "
40+ Margin =" 250 5 0 5 "
4141 IsEnabled =" {Binding Enabled}"
4242 Text =" {Binding Keyword}" >
4343 <TextBlock .Style>
5454 </TextBlock .Style>
5555 </TextBlock >
5656
57- <TextBlock Margin =" 480 5 0 0 " >
57+ <TextBlock Margin =" 480 5 0 5 " >
5858 <TextBlock .Style>
5959 <Style TargetType =" {x:Type TextBlock}" >
6060 <Style .Triggers>
628628 Grid.Column=" 1"
629629 Margin =" {StaticResource SettingPanelItemLeftTopBottomMargin}"
630630 VerticalAlignment =" Center"
631+ DisplayMemberPath =" Display"
631632 ItemsSource =" {Binding AllEverythingSortOptions}"
632633 SelectedValue =" {Binding SelectedEverythingSortOption, Mode=TwoWay}"
633- SelectedValuePath =" Value"
634- DisplayMemberPath =" Display" >
635- </ComboBox >
634+ SelectedValuePath =" Value" />
636635
637636 <TextBlock
638637 Grid.Row=" 3"
You can’t perform that action at this time.
0 commit comments