Skip to content

Commit ee88fbf

Browse files
committed
Fix NumberBox MinWidth
1 parent 3042fce commit ee88fbf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
Text="{DynamicResource priority}"
6767
ToolTip="{DynamicResource priorityToolTip}" />
6868
<ui:NumberBox
69+
MinWidth="120"
6970
Margin="0 0 8 0"
7071
Maximum="999"
7172
Minimum="-999"
@@ -89,6 +90,7 @@
8990
ToolTip="{DynamicResource searchDelayToolTip}" />
9091
<ui:NumberBox
9192
Width="120"
93+
MinWidth="120"
9294
Margin="0 0 8 0"
9395
IsEnabled="{Binding SearchDelayEnabled}"
9496
Maximum="1000"

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@
341341
<ui:SettingsCard Description="{DynamicResource searchDelayTimeToolTip}" Header="{DynamicResource searchDelayTime}">
342342
<ui:NumberBox
343343
Width="120"
344+
MinWidth="120"
344345
Margin="0 0 0 0"
345346
Maximum="1000"
346347
Minimum="0"
@@ -380,6 +381,7 @@
380381
<ui:SettingsCard Header="{DynamicResource historyResultsCountForHomePage}">
381382
<ui:NumberBox
382383
Width="120"
384+
MinWidth="120"
383385
Margin="0 0 0 0"
384386
Maximum="100"
385387
Minimum="0"

0 commit comments

Comments
 (0)