Some font adjustments

This commit is contained in:
Sander Ferdinand
2018-01-12 01:45:27 +01:00
committed by moneromooo-monero
parent a9b6a70d15
commit 6677a185f8
5 changed files with 17 additions and 12 deletions

View File

@@ -218,6 +218,8 @@ Rectangle {
id: transactionPriority
Layout.minimumWidth: 120 * scaleRatio
text: qsTr("Sort") + translationManager.emptyString
fontSize: 14
fontBold: true
}
ListModel {

View File

@@ -161,6 +161,8 @@ Rectangle {
Label {
id: transactionPriority
text: qsTr("Transaction priority") + translationManager.emptyString
fontBold: true
fontSize: 14
}
// Note: workaround for translations in listElements
// ListElement: cannot use script for property value, so