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;
}