internal: fix splitbutton expand statelayer

This commit is contained in:
2 * r + 2 * t 2025-09-15 23:11:42 +10:00
parent debf99a5d9
commit dbb1b08e58

View file

@ -102,8 +102,8 @@ Row {
StateLayer { StateLayer {
id: expandStateLayer id: expandStateLayer
rect.topRightRadius: parent.topRightRadius rect.topLeftRadius: parent.topLeftRadius
rect.bottomRightRadius: parent.bottomRightRadius rect.bottomLeftRadius: parent.bottomLeftRadius
color: root.textColour color: root.textColour
disabled: root.disabled disabled: root.disabled