mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-15 09:17:27 -04:00
Fixes runtime QML warning
This commit is contained in:
committed by
moneromooo-monero
parent
3f9926487d
commit
c001e31241
@@ -57,7 +57,7 @@ Item {
|
||||
if(fontFamily){
|
||||
return fontFamily;
|
||||
} else {
|
||||
return Style.fontLight;
|
||||
return Style.fontRegular.name;
|
||||
}
|
||||
}
|
||||
font.pixelSize: fontSize
|
||||
|
||||
Reference in New Issue
Block a user