diff options
Diffstat (limited to 'components/MenuButton.qml')
| -rw-r--r-- | components/MenuButton.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/components/MenuButton.qml b/components/MenuButton.qml index 02b0d6d5..b587c975 100644 --- a/components/MenuButton.qml +++ b/components/MenuButton.qml @@ -123,8 +123,10 @@ Rectangle { Text { id: symbolText - anchors.centerIn: parent - font.pixelSize: 11 * scaleRatio + anchors.right: parent.right + anchors.rightMargin: 44 * scaleRatio + anchors.verticalCenter: parent.verticalCenter + font.pixelSize: 12 * scaleRatio font.bold: true color: button.checked || buttonArea.containsMouse ? "#FFFFFF" : dot.color visible: appWindow.ctrlPressed |
