mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change CustomHotkey/Install Buttons in Setting windows to responsive
This commit is contained in:
parent
48ef53f8d7
commit
f63f221554
1 changed files with 4 additions and 5 deletions
|
|
@ -1463,9 +1463,9 @@
|
|||
<Button
|
||||
Name="ShortCutButtonPrev"
|
||||
Grid.Column="1"
|
||||
Width="90"
|
||||
MinHeight="40"
|
||||
Margin="0,0,0,0"
|
||||
Padding="15,5,15,5"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Center"
|
||||
Click="OnExternalPluginInstallClick"
|
||||
|
|
@ -2135,23 +2135,22 @@
|
|||
</ListView>
|
||||
<StackPanel
|
||||
Grid.Row="5"
|
||||
Width="350"
|
||||
Margin="0"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Top"
|
||||
Orientation="Horizontal">
|
||||
<Button
|
||||
Width="100"
|
||||
MinWidth="100"
|
||||
Margin="10"
|
||||
Click="OnDeleteCustomHotkeyClick"
|
||||
Content="{DynamicResource delete}" />
|
||||
<Button
|
||||
Width="100"
|
||||
MinWidth="100"
|
||||
Margin="10"
|
||||
Click="OnnEditCustomHotkeyClick"
|
||||
Content="{DynamicResource edit}" />
|
||||
<Button
|
||||
Width="100"
|
||||
MinWidth="100"
|
||||
Margin="10,10,0,10"
|
||||
Click="OnAddCustomeHotkeyClick"
|
||||
Content="{DynamicResource add}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue