Compare commits

..

3 Commits

Author SHA1 Message Date
KeatonTheBot
cea3241066 Disable custom refresh rate tooltip on status bar 2024-11-23 23:53:05 -06:00
KeatonTheBot
0f36bb0eef Custom refresh rate now only displays % in UI 2024-11-23 18:53:31 -06:00
jcm
44c104790b Add custom refresh rate mode to VSync option 2024-11-23 18:53:31 -06:00
2 changed files with 4 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
<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:windowing="clr-namespace:FluentAvalonia.UI.Windowing;assembly=FluentAvalonia">
xmlns:ui="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia">
<Design.PreviewWith>
<Border Height="2000"
Padding="20">
@@ -232,7 +231,7 @@
<Setter Property="BorderBrush"
Value="{DynamicResource HighlightBrush}" />
</Style>
<Style Selector="Button:not(windowing|MinMaxCloseControl Button)">
<Style Selector="Button">
<Setter Property="MinWidth"
Value="80" />
</Style>

View File

@@ -6,10 +6,8 @@
xmlns:ext="clr-namespace:Ryujinx.Ava.Common.Markup"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:viewModel="clr-namespace:Ryujinx.Ava.UI.ViewModels"
MinWidth="550"
MinHeight="260"
MaxWidth="600"
MaxHeight="500"
Width="550"
Height="260"
Margin="0,-12,0,0"
d:DesignHeight="260"
d:DesignWidth="550"