File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.Program/Views Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
<Grid Margin =" 0" >
12
12
<Grid .RowDefinitions>
13
13
<RowDefinition Height =" Auto" />
14
- <RowDefinition Height =" Auto " />
14
+ <RowDefinition Height =" 120 " />
15
15
<RowDefinition Height =" *" />
16
16
<RowDefinition Height =" 60" />
17
17
</Grid .RowDefinitions>
145
145
DragEnter =" programSourceView_DragEnter"
146
146
Drop =" programSourceView_Drop"
147
147
GridViewColumnHeader.Click=" GridViewColumnHeaderClickedHandler"
148
- PreviewMouseRightButtonUp =" ProgramSourceView_PreviewMouseRightButtonUp"
149
148
MouseDoubleClick =" programSourceView_MouseDoubleClick"
149
+ PreviewMouseRightButtonUp =" ProgramSourceView_PreviewMouseRightButtonUp"
150
150
SelectionChanged =" programSourceView_SelectionChanged"
151
151
SelectionMode =" Extended" >
152
152
<ListView .View>
You can’t perform that action at this time.
0 commit comments