eigenes GUI Styling eingeführt

This commit is contained in:
Yvonne Schmidt
2024-11-18 07:26:31 +01:00
parent b74ca4e702
commit 869e16406d
2 changed files with 13 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ selector("tabbedPanel.container", "pp") {
}
selector("tab.button", "pp") {
background = gradient.clone()
background = solidWhiteBackground.clone()
background.setColor(bgColor)
color = tabbuttonEnabledColor
insets = new Insets3f(4, 2, 0, 2)