mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust number box width
This commit is contained in:
parent
61fa4602d5
commit
ade4fbf7f2
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
Text="{DynamicResource searchDelay}"
|
Text="{DynamicResource searchDelay}"
|
||||||
ToolTip="{DynamicResource searchDelayToolTip}" />
|
ToolTip="{DynamicResource searchDelayToolTip}" />
|
||||||
<ui:NumberBox
|
<ui:NumberBox
|
||||||
Width="160"
|
Width="120"
|
||||||
Margin="0 0 8 0"
|
Margin="0 0 8 0"
|
||||||
IsEnabled="{Binding SearchDelayEnabled}"
|
IsEnabled="{Binding SearchDelayEnabled}"
|
||||||
Maximum="1000"
|
Maximum="1000"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue