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