mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust margins
This commit is contained in:
parent
ead9b1e2f6
commit
030a7f31c2
2 changed files with 3 additions and 2 deletions
|
|
@ -273,7 +273,7 @@
|
|||
|
||||
<StackPanel
|
||||
x:Name="PluginHotkeySettings"
|
||||
Margin="0 20 0 0"
|
||||
Margin="0 10 0 0"
|
||||
Loaded="PluginHotkeySettings_Loaded"
|
||||
Orientation="Vertical" />
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,8 @@ public partial class SettingsPaneHotkey
|
|||
var metadata = pluginPair.Metadata;
|
||||
var excard = new ExCard()
|
||||
{
|
||||
Title = metadata.Name
|
||||
Title = metadata.Name,
|
||||
Margin = new Thickness(0, 4, 0, 0),
|
||||
// TODO: Support displaying plugin icon here
|
||||
};
|
||||
var hotkeyStackPanel = new StackPanel
|
||||
|
|
|
|||
Loading…
Reference in a new issue