File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Views Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 6
6
xmlns : local =" clr-namespace:Flow.Launcher.Plugin.Explorer.Views"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
8
Title =" {DynamicResource plugin_explorer_manageactionkeywords_header}"
9
- Width =" 400 "
10
- SizeToContent = " Height "
9
+ Width =" Auto "
10
+ Height = " 255 "
11
11
Background =" {DynamicResource PopuBGColor}"
12
12
DataContext =" {Binding RelativeSource={RelativeSource Self}}"
13
13
Foreground =" {DynamicResource PopupTextColor}"
14
14
ResizeMode =" NoResize"
15
+ SizeToContent =" Width"
15
16
WindowStartupLocation =" CenterScreen"
16
17
mc : Ignorable =" d" >
17
18
<WindowChrome .WindowChrome>
68
69
69
70
<StackPanel Margin =" 0,10,0,0" Orientation =" Horizontal" >
70
71
<TextBlock
71
- Width =" 150"
72
+ MinWidth =" 150"
72
73
Margin =" 0,10,15,10"
73
74
HorizontalAlignment =" Left"
74
75
VerticalAlignment =" Center"
78
79
Name =" TxtCurrentActionKeyword"
79
80
Grid.Row=" 0"
80
81
Grid.Column=" 1"
81
- Width =" 105 "
82
+ Width =" 135 "
82
83
HorizontalAlignment =" Left"
83
84
VerticalAlignment =" Center"
84
85
PreviewKeyDown =" TxtCurrentActionKeyword_OnKeyDown"
85
86
Text =" {Binding ActionKeyword}" />
86
87
</StackPanel >
87
88
<StackPanel Margin =" 0,10,0,15" Orientation =" Horizontal" >
88
- <TextBlock Margin =" 0 0 15 0 "
89
+ <TextBlock
90
+ MinWidth =" 150"
91
+ Margin =" 0,0,18,0"
89
92
HorizontalAlignment =" Left"
90
93
VerticalAlignment =" Center"
91
94
FontSize =" 14"
92
- Width =" 150"
93
95
Text =" {DynamicResource plugin_explorer_actionkeyword_enabled}" />
94
96
<CheckBox
95
97
Name =" ChkActionKeywordEnabled"
You can’t perform that action at this time.
0 commit comments