diff options
Diffstat (limited to 'components/controls')
| -rw-r--r-- | components/controls/SplitButton.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/controls/SplitButton.qml b/components/controls/SplitButton.qml index a61a536..c601361 100644 --- a/components/controls/SplitButton.qml +++ b/components/controls/SplitButton.qml @@ -102,8 +102,8 @@ Row { StateLayer { id: expandStateLayer - rect.topRightRadius: parent.topRightRadius - rect.bottomRightRadius: parent.bottomRightRadius + rect.topLeftRadius: parent.topLeftRadius + rect.bottomLeftRadius: parent.bottomLeftRadius color: root.textColour disabled: root.disabled |