Skip to content

Commit 3b5b840

Browse files
committed
Fix CustomHotkey Listview Height
1 parent c8a9c29 commit 3b5b840

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,8 +1991,8 @@
19911991
<RowDefinition Height="80" />
19921992
<RowDefinition Height="146" />
19931993
<RowDefinition Height="50" />
1994-
<RowDefinition Height="250" />
1995-
<RowDefinition Height="70" />
1994+
<RowDefinition Height="*" />
1995+
<RowDefinition Height="50" />
19961996
</Grid.RowDefinitions>
19971997
<TextBlock
19981998
Grid.Row="0"
@@ -2018,9 +2018,9 @@
20182018
Margin="0,0,0,0"
20192019
HorizontalAlignment="Right"
20202020
HorizontalContentAlignment="Right"
2021-
LostFocus="OnHotkeyControlFocusLost"
20222021
GotFocus="OnHotkeyControlFocused"
2023-
Loaded="OnHotkeyControlLoaded" />
2022+
Loaded="OnHotkeyControlLoaded"
2023+
LostFocus="OnHotkeyControlFocusLost" />
20242024

20252025
<TextBlock Style="{StaticResource Glyph}">
20262026
&#xeda7;

0 commit comments

Comments
 (0)