mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix TextBox Size
This commit is contained in:
parent
bb038d244f
commit
3cb8bf297e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
||||||
DockPanel.Dock="Right" />
|
DockPanel.Dock="Right" />
|
||||||
<TextBox
|
<TextBox
|
||||||
Name="Directory"
|
Name="Directory"
|
||||||
MinWidth="280"
|
Width="300"
|
||||||
Margin="10"
|
Margin="10"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
VerticalAlignment="Center" />
|
VerticalAlignment="Center" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue