Skip to content

Commit 711b5b6

Browse files
committed
Fix Buttons Size
1 parent 3e85ca9 commit 711b5b6

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)