Skip to content

Commit df27a21

Browse files
committed
Fixed TextboxWidth
1 parent 8498883 commit df27a21

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
@@ -101,7 +101,7 @@
101101
DockPanel.Dock="Right" />
102102
<TextBox
103103
Name="Directory"
104-
MinWidth="300"
104+
Width="350"
105105
Margin="10"
106106
HorizontalAlignment="Stretch"
107107
VerticalAlignment="Center" />

0 commit comments

Comments
 (0)