Fix Height

This commit is contained in:
DB p 2022-11-15 01:55:51 +09:00
parent 3cb8bf297e
commit 396f85f97f

View file

@ -6,10 +6,11 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="{DynamicResource flowlauncher_plugin_program_directory}"
Width="Auto"
Height="276"
Background="{DynamicResource PopuBGColor}"
Foreground="{DynamicResource PopupTextColor}"
ResizeMode="NoResize"
SizeToContent="WidthAndHeight"
SizeToContent="Width"
WindowStartupLocation="CenterScreen">
<WindowChrome.WindowChrome>
<WindowChrome CaptionHeight="32" ResizeBorderThickness="{x:Static SystemParameters.WindowResizeBorderThickness}" />
@ -94,13 +95,13 @@
LastChildFill="True">
<Button
MinWidth="70"
HorizontalAlignment="Right"
HorizontalAlignment="Stretch"
Click="BrowseButton_Click"
Content="{DynamicResource flowlauncher_plugin_program_browse}"
DockPanel.Dock="Right" />
<TextBox
Name="Directory"
Width="300"
MinWidth="300"
Margin="10"
HorizontalAlignment="Stretch"
VerticalAlignment="Center" />