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">