internal: fix splitbutton expand statelayer
This commit is contained in:
parent
debf99a5d9
commit
dbb1b08e58
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue