popup ebenen angepasst und dropdown entfernt

This commit is contained in:
Yvonne Schmidt
2024-11-22 05:28:51 +01:00
parent 91e4df7478
commit 65a7958b66
3 changed files with 3 additions and 50 deletions

View File

@@ -247,15 +247,14 @@ selector("tab.button", "pp") {
}
selector("settings-title", "pp") {
fontSize = 48 // Set font size
background = new QuadBackgroundComponent(color(0.4157f, 0.4235f, 0.4392f, 1.0f)) // Grey background
textHAlignment = HAlignment.Center
textVAlignment = VAlignment.Center
}
selector("menu-button", "pp") {
fontSize = 40 // Set font size
background = new QuadBackgroundComponent(new ColorRGBA(0.4157f, 0.4235f, 0.4392f, 1.0f)) // Grey background
textHAlignment = HAlignment.Center
textVAlignment = VAlignment.Center
buttonCommands = stdButtonCommands
}