aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardLanguage.qml
diff options
context:
space:
mode:
authordsc <xmrdsc@protonmail.com>2019-04-25 21:09:23 +0200
committerdsc <xmrdsc@protonmail.com>2019-04-25 21:09:23 +0200
commit62285b01dc77ef14e4b5b9cc291e34162321ad89 (patch)
tree5ced9d312817ca03be17c242d1e2bd478b4fd1e5 /wizard/WizardLanguage.qml
parente1c429110f5f2321ad0113a8097eab966d935dcd (diff)
downloadmonzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.gz
monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.xz
monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.zip
Remove scaleRatio
Diffstat (limited to 'wizard/WizardLanguage.qml')
-rw-r--r--wizard/WizardLanguage.qml22
1 files changed, 11 insertions, 11 deletions
diff --git a/wizard/WizardLanguage.qml b/wizard/WizardLanguage.qml
index f6db921d..3678d772 100644
--- a/wizard/WizardLanguage.qml
+++ b/wizard/WizardLanguage.qml
@@ -46,7 +46,7 @@ Rectangle {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
- spacing: 30 * scaleRatio
+ spacing: 30
Rectangle {
// some margins for the titlebar
@@ -66,7 +66,7 @@ Rectangle {
font.family: MoneroComponents.Style.fontRegular.name
font.bold: true
- font.pixelSize: 18 * scaleRatio
+ font.pixelSize: 18
horizontalAlignment: TextInput.AlignHCenter
selectByMouse: false
wrapMode: Text.WordWrap
@@ -110,10 +110,10 @@ Rectangle {
visible: !globe.small
anchors.left: parent.left
anchors.top: parent.top
- anchors.leftMargin: 117 * scaleRatio
- anchors.topMargin: 71 * scaleRatio
- width: 36 * scaleRatio
- height: 40 * scaleRatio
+ anchors.leftMargin: 117
+ anchors.topMargin: 71
+ width: 36
+ height: 40
color: "transparent"
MouseArea {
@@ -150,13 +150,13 @@ Rectangle {
opacity: 0
columns: isMobile ? 1 : 2
anchors.horizontalCenter: parent.horizontalCenter
- Layout.topMargin: 20 * scaleRatio
+ Layout.topMargin: 20
Layout.fillWidth: true
- columnSpacing: 20 * scaleRatio
+ columnSpacing: 20
MoneroComponents.StandardButton {
id: idChangeLang
- Layout.minimumWidth: 150 * scaleRatio
+ Layout.minimumWidth: 150
text: "Language"
onClicked: {
@@ -166,7 +166,7 @@ Rectangle {
MoneroComponents.StandardButton {
id: btnContinue
- Layout.minimumWidth: 150 * scaleRatio
+ Layout.minimumWidth: 150
text: "Continue"
onClicked: {
@@ -191,7 +191,7 @@ Rectangle {
opacity: 0
anchors.horizontalCenter: parent.horizontalCenter
font.bold: true
- font.pixelSize: 12 * scaleRatio
+ font.pixelSize: 12
font.family: MoneroComponents.Style.fontRegular.name
color: MoneroComponents.Style.defaultFontColor
text: Version.GUI_VERSION + " (Qt " + qtRuntimeVersion + ")"