Skip to content

Commit 7812431

Browse files
authored
Merge pull request #1611 from onesounds/FIxTrueFalseInList
Fix Program Plugin Buttons Size
2 parents d353418 + 711b5b6 commit 7812431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RowDefinition Height="Auto" />
1414
<RowDefinition Height="Auto" />
1515
<RowDefinition Height="*" />
16-
<RowDefinition Height="60" />
16+
<RowDefinition Height="Auto" />
1717
</Grid.RowDefinitions>
1818
<DockPanel
1919
Margin="70,10,0,8"

0 commit comments

Comments
 (0)