Skip to content

Commit 396f85f

Browse files
committed
Fix Height
1 parent 3cb8bf2 commit 396f85f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
77
Title="{DynamicResource flowlauncher_plugin_program_directory}"
88
Width="Auto"
9+
Height="276"
910
Background="{DynamicResource PopuBGColor}"
1011
Foreground="{DynamicResource PopupTextColor}"
1112
ResizeMode="NoResize"
12-
SizeToContent="WidthAndHeight"
13+
SizeToContent="Width"
1314
WindowStartupLocation="CenterScreen">
1415
<WindowChrome.WindowChrome>
1516
<WindowChrome CaptionHeight="32" ResizeBorderThickness="{x:Static SystemParameters.WindowResizeBorderThickness}" />
@@ -94,13 +95,13 @@
9495
LastChildFill="True">
9596
<Button
9697
MinWidth="70"
97-
HorizontalAlignment="Right"
98+
HorizontalAlignment="Stretch"
9899
Click="BrowseButton_Click"
99100
Content="{DynamicResource flowlauncher_plugin_program_browse}"
100101
DockPanel.Dock="Right" />
101102
<TextBox
102103
Name="Directory"
103-
Width="300"
104+
MinWidth="300"
104105
Margin="10"
105106
HorizontalAlignment="Stretch"
106107
VerticalAlignment="Center" />

0 commit comments

Comments
 (0)