mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Listview Style Comment & Adjust button margin
This commit is contained in:
parent
12fdeffddd
commit
ea4ae0cbf2
2 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
Width="100"
|
Width="100"
|
||||||
Margin="10"
|
Margin="5,0,0,0"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
Click="ButtonAdd_OnClick"
|
Click="ButtonAdd_OnClick"
|
||||||
Content="{DynamicResource flowlauncher_plugin_program_update}" />
|
Content="{DynamicResource flowlauncher_plugin_program_update}" />
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,7 @@
|
||||||
SelectionMode="Extended"
|
SelectionMode="Extended"
|
||||||
Style="{StaticResource {x:Static GridView.GridViewStyleKey}}">
|
Style="{StaticResource {x:Static GridView.GridViewStyleKey}}">
|
||||||
<ListView.ItemContainerStyle>
|
<ListView.ItemContainerStyle>
|
||||||
|
<!--<Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem"> for Darkmode Style -->
|
||||||
<Style TargetType="ListViewItem">
|
<Style TargetType="ListViewItem">
|
||||||
<EventSetter Event="PreviewMouseUp" Handler="Row_OnClick" />
|
<EventSetter Event="PreviewMouseUp" Handler="Row_OnClick" />
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue