mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Tweak AbsUI dialog sizing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user