Tweak AbsUI dialog sizing

This commit is contained in:
Yoshi Askharoun
2024-05-17 12:53:52 -05:00
parent b8071028f1
commit 215e413a7d
2 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -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;
}
+2 -3
View File
@@ -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">
<Window.Resources>
<ResourceDictionary>