Skip to content

Commit 40b1a28

Browse files
committed
Add Padding in plugin list in settingpanel
1 parent 2e67979 commit 40b1a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
<ListBox
897897
Width="Auto"
898898
Margin="5,0,0,0"
899-
Padding="0,0,7,0"
899+
Padding="0,0,7,10"
900900
HorizontalAlignment="Stretch"
901901
Background="{DynamicResource Color01B}"
902902
ItemContainerStyle="{StaticResource PluginList}"

0 commit comments

Comments
 (0)