File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Plugins/Flow.Launcher.Plugin.Program Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 94
94
95
95
<Button
96
96
Width =" 100"
97
- Margin =" 10 "
97
+ Margin =" 5,0,0,0 "
98
98
HorizontalAlignment =" Right"
99
99
Click =" ButtonAdd_OnClick"
100
100
Content =" {DynamicResource flowlauncher_plugin_program_update}" />
Original file line number Diff line number Diff line change 119
119
SelectionMode =" Extended"
120
120
Style =" {StaticResource {x:Static GridView.GridViewStyleKey}}" >
121
121
<ListView .ItemContainerStyle>
122
+ <!-- <Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem"> for Darkmode Style -->
122
123
<Style TargetType =" ListViewItem" >
123
124
<EventSetter Event =" PreviewMouseUp" Handler =" Row_OnClick" />
124
125
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
You can’t perform that action at this time.
0 commit comments