diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-23 21:51:28 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | 28608e4ce0dab70ac19b77315b6b2ced220ef6ad (patch) | |
| tree | c80c12c30dbd5bc51df4671873e95fb7d594ccfb /components/PasswordDialog.qml | |
| parent | 2d7ef434becf86ceb15dbeadc141ac49a96a3308 (diff) | |
| download | monzero-gui-28608e4ce0dab70ac19b77315b6b2ced220ef6ad.tar.gz monzero-gui-28608e4ce0dab70ac19b77315b6b2ced220ef6ad.tar.xz monzero-gui-28608e4ce0dab70ac19b77315b6b2ced220ef6ad.zip | |
Restyling the dialog boxes a bit more
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 444b2306..b313874a 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -74,7 +74,7 @@ Item { ColumnLayout { id: column - //anchors {fill: parent; margins: 16 } + Layout.fillWidth: true Layout.alignment: Qt.AlignHCenter Layout.maximumWidth: 400 * scaleRatio @@ -104,7 +104,8 @@ Item { bottomPadding: 10 leftPadding: 10 topPadding: 10 - color: "white" + color: Style.defaultFontColor + background: Rectangle { radius: 2 border.color: Qt.rgba(255, 255, 255, 0.35) |
