Skip to content

Commit 11cae7d

Browse files
committed
Fix About Tab Size
1 parent b364a94 commit 11cae7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,8 @@
445445
Panel.ZIndex="1"
446446
Background="Transparent"
447447
IsItemsHost="true"
448-
KeyboardNavigation.TabIndex="1" />
448+
KeyboardNavigation.TabIndex="1"
449+
LastChildFill="False" />
449450
<Border
450451
x:Name="contentPanel"
451452
Grid.Row="0"

0 commit comments

Comments
 (0)