diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-08 17:37:58 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-08 17:37:58 -0500 |
| commit | 8d5690c8346497cdc71d18281b2ac9e02a532358 (patch) | |
| tree | cd834dc68e27a487fd3a3c478c4c6a08276c878c /components/MenuButton.qml | |
| parent | a8e545891c7a5076785016e596d5cc1e3bcc6225 (diff) | |
| parent | 39ca338f9698fede907a68a55167bcd4f49b8665 (diff) | |
| download | monzero-gui-8d5690c8346497cdc71d18281b2ac9e02a532358.tar.gz monzero-gui-8d5690c8346497cdc71d18281b2ac9e02a532358.tar.xz monzero-gui-8d5690c8346497cdc71d18281b2ac9e02a532358.zip | |
Merge pull request #1269
39ca338 Fixes misaligned symbols/shortcuts and changes Shared RingDB shortcut to 'A'
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 |
