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
|
||||
Width="100"
|
||||
Margin="10"
|
||||
Margin="5,0,0,0"
|
||||
HorizontalAlignment="Right"
|
||||
Click="ButtonAdd_OnClick"
|
||||
Content="{DynamicResource flowlauncher_plugin_program_update}" />
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
SelectionMode="Extended"
|
||||
Style="{StaticResource {x:Static GridView.GridViewStyleKey}}">
|
||||
<ListView.ItemContainerStyle>
|
||||
<!--<Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem"> for Darkmode Style -->
|
||||
<Style TargetType="ListViewItem">
|
||||
<EventSetter Event="PreviewMouseUp" Handler="Row_OnClick" />
|
||||
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue