Skip to content

Commit 8f411d9

Browse files
committed
update hotkey tab window ui layout
1 parent 9c0dbda commit 8f411d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Flow.Launcher/CustomQueryHotkeySetting.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Window x:Class="Flow.Launcher.CustomQueryHotkeySetting"
1+
<Window x:Class="Flow.Launcher.CustomQueryHotkeySetting"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:flowlauncher="clr-namespace:Flow.Launcher"
@@ -18,7 +18,7 @@
1818
</Grid.ColumnDefinitions>
1919
<TextBlock Margin="10" FontSize="14" Grid.Row="0" Grid.Column="0" VerticalAlignment="Center"
2020
HorizontalAlignment="Right" Text="{DynamicResource hotkey}" />
21-
<flowlauncher:HotkeyControl x:Name="ctlHotkey" Margin="10" Grid.Column="1" />
21+
<flowlauncher:HotkeyControl x:Name="ctlHotkey" Margin="10,0,10,0" Grid.Column="1" VerticalAlignment="Center" Height="32" />
2222

2323
<TextBlock Margin="10" FontSize="14" Grid.Row="1" Grid.Column="0" VerticalAlignment="Center"
2424
HorizontalAlignment="Right" Text="{DynamicResource actionKeyword}" />
@@ -29,9 +29,9 @@
2929
</StackPanel>
3030

3131
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="2" Grid.Column="1">
32-
<Button x:Name="btnCancel" Click="BtnCancel_OnClick" Margin="10 0 10 0" Width="80" Height="25"
32+
<Button x:Name="btnCancel" Click="BtnCancel_OnClick" Margin="10 0 10 0" Width="80" Height="32"
3333
Content="{DynamicResource cancel}" />
34-
<Button x:Name="btnAdd" Margin="10 0 10 0" Width="80" Height="25" Click="btnAdd_OnClick">
34+
<Button x:Name="btnAdd" Margin="10 0 10 0" Width="80" Height="32" Click="btnAdd_OnClick">
3535
<TextBlock x:Name="lblAdd" Text="{DynamicResource done}" />
3636
</Button>
3737
</StackPanel>

0 commit comments

Comments
 (0)