diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-04-25 21:09:23 +0200 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2019-04-25 21:09:23 +0200 |
| commit | 62285b01dc77ef14e4b5b9cc291e34162321ad89 (patch) | |
| tree | 5ced9d312817ca03be17c242d1e2bd478b4fd1e5 /components/LanguageSidebar.qml | |
| parent | e1c429110f5f2321ad0113a8097eab966d935dcd (diff) | |
| download | monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.gz monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.xz monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.zip | |
Remove scaleRatio
Diffstat (limited to 'components/LanguageSidebar.qml')
| -rw-r--r-- | components/LanguageSidebar.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/LanguageSidebar.qml b/components/LanguageSidebar.qml index 94957e0b..f67cde7b 100644 --- a/components/LanguageSidebar.qml +++ b/components/LanguageSidebar.qml @@ -48,7 +48,7 @@ Drawer { isOpened = true; } - width: 240 * scaleRatio + width: 240 height: parent.height - (persistentSettings.customDecorations ? 50 : 0) y: titleBar.height @@ -77,13 +77,13 @@ Drawer { id: item color: "transparent" width: sideBar.width - height: 32 * scaleRatio + height: 32 MoneroComponents.TextPlain { anchors.left: parent.left - anchors.leftMargin: 16 * scaleRatio + anchors.leftMargin: 16 font.bold: true - font.pixelSize: 14 * scaleRatio + font.pixelSize: 14 color: MoneroComponents.Style.defaultFontColor text: display_name anchors.verticalCenter: parent.verticalCenter |
