Skip to content

Commit 5559fea

Browse files
committed
Change Padding to Margin
1 parent 40b1a28 commit 5559fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,8 @@
895895
Background="{DynamicResource Color01B}">
896896
<ListBox
897897
Width="Auto"
898-
Margin="5,0,0,0"
899-
Padding="0,0,7,10"
898+
Margin="5,0,0,15"
899+
Padding="0,0,7,0"
900900
HorizontalAlignment="Stretch"
901901
Background="{DynamicResource Color01B}"
902902
ItemContainerStyle="{StaticResource PluginList}"

0 commit comments

Comments
 (0)