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("SubscriptionFreeTracks", "Subscription Free Tracks"),
|
||||||
new AbstractBoolean("Videos", "Videos"),
|
new AbstractBoolean("Videos", "Videos"),
|
||||||
};
|
};
|
||||||
optionsUi.Title = "Select features:";
|
optionsUi.Title = "select features";
|
||||||
|
optionsUi.Subtitle = "CHOOSE WHICH ZUNE FEATURES YOU WISH TO ENABLE.";
|
||||||
return optionsUi;
|
return optionsUi;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,8 @@
|
|||||||
xmlns:local="clr-namespace:ZuneModdingHelper"
|
xmlns:local="clr-namespace:ZuneModdingHelper"
|
||||||
xmlns:absui="clr-namespace:OwlCore.Wpf.AbstractUI.Controls;assembly=OwlCore.Wpf"
|
xmlns:absui="clr-namespace:OwlCore.Wpf.AbstractUI.Controls;assembly=OwlCore.Wpf"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="Options" Height="450" Width="800"
|
Title="Options" Height="475" Width="800"
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterScreen"
|
||||||
WindowStyle="ToolWindow"
|
|
||||||
Foreground="White">
|
Foreground="White">
|
||||||
<Window.Resources>
|
<Window.Resources>
|
||||||
<ResourceDictionary>
|
<ResourceDictionary>
|
||||||
|
|||||||
Reference in New Issue
Block a user