diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-20 00:52:52 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | 69b4d56fddb2728553f71b401fd050caada1d5b9 (patch) | |
| tree | 5949832826225fa7090601abafb0c465ee5d61aa | |
| parent | bbc16e36dd2759076dadc38c229f4485bf12ec98 (diff) | |
| download | monzero-gui-69b4d56fddb2728553f71b401fd050caada1d5b9.tar.gz monzero-gui-69b4d56fddb2728553f71b401fd050caada1d5b9.tar.xz monzero-gui-69b4d56fddb2728553f71b401fd050caada1d5b9.zip | |
Small style changes
| -rw-r--r-- | MiddlePanel.qml | 2 | ||||
| -rw-r--r-- | components/SubaddressTable.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardDaemonSettings.qml | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index c9bb874c..f5a4d285 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -124,7 +124,7 @@ Rectangle { }, State { name: "TxKey" PropertyChanges { target: root; currentView: txkeyView } - PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio } + PropertyChanges { target: mainFlickable; contentHeight: 1200 * scaleRatio } }, State { name: "SharedRingDB" PropertyChanges { target: root; currentView: sharedringdbView } diff --git a/components/SubaddressTable.qml b/components/SubaddressTable.qml index a52ed1fe..027a57ad 100644 --- a/components/SubaddressTable.qml +++ b/components/SubaddressTable.qml @@ -42,7 +42,7 @@ ListView { delegate: Rectangle { id: delegate height: 74 - color: 'transparent'; + color: 'black'; anchors.topMargin: 0 width: listView.width diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index f7142468..bec134df 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -175,6 +175,7 @@ ColumnLayout { Layout.fillWidth: true Layout.topMargin: 20 * scaleRatio fontSize: 14 * scaleRatio + color: 'black' text: qsTr("Bootstrap node (leave blank if not wanted)") + translationManager.emptyString } RemoteNodeEdit { |
