Button and ToggleButton: added missing border colors for pressed and selected states (issue #848)

This commit is contained in:
Karl Tauber
2024-05-30 19:22:25 +02:00
parent 17ce6d39b4
commit 969d2642de
8 changed files with 42 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ Button.default.hoverBackground
Button.default.hoverBorderColor
Button.default.hoverForeground
Button.default.pressedBackground
Button.default.pressedBorderColor
Button.default.pressedForeground
Button.default.startBackground
Button.default.startBorderColor
@@ -37,6 +38,7 @@ Button.disabledBackground
Button.disabledBorderColor
Button.disabledForeground
Button.disabledSelectedBackground
Button.disabledSelectedBorderColor
Button.disabledSelectedForeground
Button.disabledText
Button.endBackground
@@ -57,9 +59,11 @@ Button.light
Button.margin
Button.minimumWidth
Button.pressedBackground
Button.pressedBorderColor
Button.pressedForeground
Button.rollover
Button.selectedBackground
Button.selectedBorderColor
Button.selectedForeground
Button.shadow
Button.startBackground