mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 16:27:25 -04:00
Fixes runtime QML warning
This commit is contained in:
committed by
moneromooo-monero
parent
3f9926487d
commit
c001e31241
@@ -40,7 +40,7 @@ TextArea {
|
||||
property int fontSize: 18 * scaleRatio
|
||||
|
||||
id: textArea
|
||||
font.family: Style.fontRegular
|
||||
font.family: Style.fontRegular.name
|
||||
font.pixelSize: fontSize
|
||||
font.bold: false
|
||||
horizontalAlignment: TextInput.AlignLeft
|
||||
|
||||
Reference in New Issue
Block a user