mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Padding in plugin list in settingpanel
This commit is contained in:
parent
2e6797937c
commit
40b1a289c6
1 changed files with 1 additions and 1 deletions
|
|
@ -896,7 +896,7 @@
|
|||
<ListBox
|
||||
Width="Auto"
|
||||
Margin="5,0,0,0"
|
||||
Padding="0,0,7,0"
|
||||
Padding="0,0,7,10"
|
||||
HorizontalAlignment="Stretch"
|
||||
Background="{DynamicResource Color01B}"
|
||||
ItemContainerStyle="{StaticResource PluginList}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue