diff --git a/components/MenuButton.qml b/components/MenuButton.qml index 38b83da9..560d0fee 100644 --- a/components/MenuButton.qml +++ b/components/MenuButton.qml @@ -63,10 +63,11 @@ Rectangle { // button gradient while checked Image { + height: 40 width: 260 anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right - anchors.rightMargin: 0 + anchors.rightMargin: -20 anchors.leftMargin: parent.getOffset() source: "../images/menuButtonGradient.png" visible: button.checked diff --git a/images/menuButtonGradient.png b/images/menuButtonGradient.png index 616f72c1..3ac95cb8 100644 Binary files a/images/menuButtonGradient.png and b/images/menuButtonGradient.png differ