Skip to content

Commit ea4ae0c

Browse files
committed
Add Listview Style Comment & Adjust button margin
1 parent 12fdeff commit ea4ae0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
<Button
9696
Width="100"
97-
Margin="10"
97+
Margin="5,0,0,0"
9898
HorizontalAlignment="Right"
9999
Click="ButtonAdd_OnClick"
100100
Content="{DynamicResource flowlauncher_plugin_program_update}" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
SelectionMode="Extended"
120120
Style="{StaticResource {x:Static GridView.GridViewStyleKey}}">
121121
<ListView.ItemContainerStyle>
122+
<!--<Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem"> for Darkmode Style -->
122123
<Style TargetType="ListViewItem">
123124
<EventSetter Event="PreviewMouseUp" Handler="Row_OnClick" />
124125
<Setter Property="HorizontalContentAlignment" Value="Stretch" />

0 commit comments

Comments
 (0)