aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/Ui/Controls
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2022-12-09 15:21:54 +0100
committerGitHub <noreply@github.com>2022-12-09 15:21:54 +0100
commitcf01664698455563ee52d175235fcbe5d94017a9 (patch)
tree17387bccdd276e49afdde92b404fa672a3b435b8 /Ryujinx.Ava/Ui/Controls
parentb283a4adcd3b0ba1c405b828cf3b62e23e9459ca (diff)
ava: Restyle the Status Bar (#4048)
Diffstat (limited to 'Ryujinx.Ava/Ui/Controls')
-rw-r--r--Ryujinx.Ava/Ui/Controls/GameListView.axaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Ava/Ui/Controls/GameListView.axaml b/Ryujinx.Ava/Ui/Controls/GameListView.axaml
index b99bab44..2c41cef8 100644
--- a/Ryujinx.Ava/Ui/Controls/GameListView.axaml
+++ b/Ryujinx.Ava/Ui/Controls/GameListView.axaml
@@ -138,6 +138,9 @@
<Style Selector="ListBoxItem:selected /template/ ContentPresenter">
<Setter Property="Background" Value="{DynamicResource AppListBackgroundColor}" />
</Style>
+ <Style Selector="ListBoxItem:selected /template/ Border#SelectionIndicator">
+ <Setter Property="MinHeight" Value="100" />
+ </Style>
<Style Selector="ListBoxItem:pointerover /template/ ContentPresenter">
<Setter Property="Background" Value="{DynamicResource AppListHoverBackgroundColor}" />
</Style>