forked from Public/monero-gui
Some font adjustments
This commit is contained in:
committed by
moneromooo-monero
parent
a9b6a70d15
commit
6677a185f8
@@ -218,6 +218,8 @@ Rectangle {
|
||||
id: transactionPriority
|
||||
Layout.minimumWidth: 120 * scaleRatio
|
||||
text: qsTr("Sort") + translationManager.emptyString
|
||||
fontSize: 14
|
||||
fontBold: true
|
||||
}
|
||||
|
||||
ListModel {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user