mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 12:07:25 -04:00
Fixes runtime QML warning
This commit is contained in:
committed by
moneromooo-monero
parent
3f9926487d
commit
c001e31241
@@ -104,7 +104,7 @@ Item {
|
||||
Layout.fillWidth: true
|
||||
|
||||
font.pixelSize: 16 * scaleRatio
|
||||
font.family: Style.fontLight
|
||||
font.family: Style.fontLight.name
|
||||
|
||||
color: Style.defaultFontColor
|
||||
}
|
||||
@@ -116,7 +116,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
|
||||
echoMode: TextInput.Password
|
||||
bottomPadding: 10
|
||||
@@ -162,7 +162,7 @@ Item {
|
||||
Layout.fillWidth: true
|
||||
|
||||
font.pixelSize: 16 * scaleRatio
|
||||
font.family: Style.fontLight
|
||||
font.family: Style.fontLight.name
|
||||
|
||||
color: Style.defaultFontColor
|
||||
}
|
||||
@@ -174,7 +174,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
|
||||
echoMode: TextInput.Password
|
||||
KeyNavigation.tab: okButton
|
||||
|
||||
Reference in New Issue
Block a user