Merge pull request #1269

39ca338 Fixes misaligned symbols/shortcuts and changes Shared RingDB shortcut to 'A'
This commit is contained in:
luigi1111 2018-04-08 17:37:58 -05:00
commit 8d5690c834
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
2 changed files with 5 additions and 3 deletions

View file

@ -476,7 +476,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
text: qsTr("Shared RingDB") + translationManager.emptyString
symbol: qsTr("S") + translationManager.emptyString
symbol: qsTr("A") + translationManager.emptyString
dotColor: "#FFD781"
under: advancedButton
onClicked: {

View file

@ -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