From 215e413a7d83a27486b63551b5851bc3d4833aed Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Fri, 17 May 2024 12:53:47 -0500 Subject: [PATCH] Tweak AbsUI dialog sizing --- ZuneModCore/Mods/FeaturesOverrideMod.cs | 3 ++- ZuneModdingHelper/AbstractUIGroupDialog.xaml | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZuneModCore/Mods/FeaturesOverrideMod.cs b/ZuneModCore/Mods/FeaturesOverrideMod.cs index 293d37a..f7142cb 100644 --- a/ZuneModCore/Mods/FeaturesOverrideMod.cs +++ b/ZuneModCore/Mods/FeaturesOverrideMod.cs @@ -50,7 +50,8 @@ namespace ZuneModCore.Mods new AbstractBoolean("SubscriptionFreeTracks", "Subscription Free Tracks"), new AbstractBoolean("Videos", "Videos"), }; - optionsUi.Title = "Select features:"; + optionsUi.Title = "select features"; + optionsUi.Subtitle = "CHOOSE WHICH ZUNE FEATURES YOU WISH TO ENABLE."; return optionsUi; } diff --git a/ZuneModdingHelper/AbstractUIGroupDialog.xaml b/ZuneModdingHelper/AbstractUIGroupDialog.xaml index cb2fd5d..1c3a8f4 100644 --- a/ZuneModdingHelper/AbstractUIGroupDialog.xaml +++ b/ZuneModdingHelper/AbstractUIGroupDialog.xaml @@ -6,9 +6,8 @@ xmlns:local="clr-namespace:ZuneModdingHelper" xmlns:absui="clr-namespace:OwlCore.Wpf.AbstractUI.Controls;assembly=OwlCore.Wpf" mc:Ignorable="d" - Title="Options" Height="450" Width="800" - WindowStartupLocation="CenterOwner" - WindowStyle="ToolWindow" + Title="Options" Height="475" Width="800" + WindowStartupLocation="CenterScreen" Foreground="White">