SettingsMenu angepasst

This commit is contained in:
Yvonne Schmidt
2024-11-18 23:04:09 +01:00
parent 9c0172b413
commit 8e01fa3192
2 changed files with 7 additions and 2 deletions

View File

@@ -208,6 +208,7 @@ selector("slider.down.button", "pp") {
selector("checkbox", "pp") {
color = buttonEnabledColor
fontSize = 20
}
selector("rollup", "pp") {
@@ -231,3 +232,7 @@ selector("tab.button", "pp") {
buttonCommands = stdButtonCommands
}
selector("settings-title", "pp") {
fontSize = 48 // Set font size
background = new QuadBackgroundComponent(color(0.4157f, 0.4235f, 0.4392f, 1.0f)) // Grey background
}