Skip to content

Commit 3cb8bf2

Browse files
committed
Fix TextBox Size
1 parent bb038d2 commit 3cb8bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
DockPanel.Dock="Right" />
101101
<TextBox
102102
Name="Directory"
103-
MinWidth="280"
103+
Width="300"
104104
Margin="10"
105105
HorizontalAlignment="Stretch"
106106
VerticalAlignment="Center" />

0 commit comments

Comments
 (0)