mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 16:57:26 -04:00
Remove scaleRatio
This commit is contained in:
@@ -10,7 +10,7 @@ TextArea {
|
||||
property string colorBlackTheme: ""
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
font.family: MoneroComponents.Style.fontRegular.name
|
||||
font.pixelSize: 14 * scaleRatio
|
||||
font.pixelSize: 14
|
||||
selectByMouse: false
|
||||
wrapMode: Text.WordWrap;
|
||||
textMargin: 0
|
||||
|
||||
Reference in New Issue
Block a user