forked from Public/monero-gui
Fixes runtime QML warning
This commit is contained in:
committed by
moneromooo-monero
parent
3f9926487d
commit
c001e31241
@@ -81,7 +81,7 @@ Item {
|
||||
Layout.fillWidth: true
|
||||
|
||||
font.pixelSize: 16 * scaleRatio
|
||||
font.family: Style.fontLight
|
||||
font.family: Style.fontLight.name
|
||||
|
||||
color: Style.defaultFontColor
|
||||
}
|
||||
@@ -94,7 +94,7 @@ Item {
|
||||
anchors.left: parent.left
|
||||
horizontalAlignment: TextInput.AlignLeft
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
font.family: Style.fontLight
|
||||
font.family: Style.fontLight.name
|
||||
font.pixelSize: 24 * scaleRatio
|
||||
KeyNavigation.tab: okButton
|
||||
bottomPadding: 10
|
||||
|
||||
Reference in New Issue
Block a user