Skip to content

Commit 65920a5

Browse files
committed
Fix ProgramSetting's Button Area
1 parent 48b2fd6 commit 65920a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Grid Margin="0">
1212
<Grid.RowDefinitions>
1313
<RowDefinition Height="Auto" />
14-
<RowDefinition Height="Auto" />
14+
<RowDefinition Height="120" />
1515
<RowDefinition Height="*" />
1616
<RowDefinition Height="60" />
1717
</Grid.RowDefinitions>
@@ -145,8 +145,8 @@
145145
DragEnter="programSourceView_DragEnter"
146146
Drop="programSourceView_Drop"
147147
GridViewColumnHeader.Click="GridViewColumnHeaderClickedHandler"
148-
PreviewMouseRightButtonUp="ProgramSourceView_PreviewMouseRightButtonUp"
149148
MouseDoubleClick="programSourceView_MouseDoubleClick"
149+
PreviewMouseRightButtonUp="ProgramSourceView_PreviewMouseRightButtonUp"
150150
SelectionChanged="programSourceView_SelectionChanged"
151151
SelectionMode="Extended">
152152
<ListView.View>

0 commit comments

Comments
 (0)