File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Plugins/Flow.Launcher.Plugin.Program Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
7
7
Title =" {DynamicResource flowlauncher_plugin_program_directory}"
8
8
Width =" Auto"
9
+ Height =" 276"
9
10
Background =" {DynamicResource PopuBGColor}"
10
11
Foreground =" {DynamicResource PopupTextColor}"
11
12
ResizeMode =" NoResize"
12
- SizeToContent =" WidthAndHeight "
13
+ SizeToContent =" Width "
13
14
WindowStartupLocation =" CenterScreen" >
14
15
<WindowChrome .WindowChrome>
15
16
<WindowChrome CaptionHeight =" 32" ResizeBorderThickness =" {x:Static SystemParameters.WindowResizeBorderThickness}" />
94
95
LastChildFill =" True" >
95
96
<Button
96
97
MinWidth =" 70"
97
- HorizontalAlignment =" Right "
98
+ HorizontalAlignment =" Stretch "
98
99
Click =" BrowseButton_Click"
99
100
Content =" {DynamicResource flowlauncher_plugin_program_browse}"
100
101
DockPanel.Dock=" Right" />
101
102
<TextBox
102
103
Name =" Directory"
103
- Width =" 300"
104
+ MinWidth =" 300"
104
105
Margin =" 10"
105
106
HorizontalAlignment =" Stretch"
106
107
VerticalAlignment =" Center" />
You can’t perform that action at this time.
0 commit comments