0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-22 20:25:48 +00:00

Fix window decorations being too wide (#309)

This commit is contained in:
Daniel Zauner 2024-11-24 16:49:44 +01:00 committed by Evan Husted
parent ef7ce19867
commit 84d340b4fb

View file

@ -1,7 +1,8 @@
<Styles
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ui="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia">
xmlns:ui="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia"
xmlns:windowing="clr-namespace:FluentAvalonia.UI.Windowing;assembly=FluentAvalonia">
<Design.PreviewWith>
<Border Height="2000"
Padding="20">
@ -231,7 +232,7 @@
<Setter Property="BorderBrush"
Value="{DynamicResource HighlightBrush}" />
</Style>
<Style Selector="Button">
<Style Selector="Button:not(windowing|MinMaxCloseControl Button)">
<Setter Property="MinWidth"
Value="80" />
</Style>