Restyling the dialog boxes a bit more

This commit is contained in:
Sander Ferdinand
2018-03-23 21:51:28 +01:00
committed by moneromooo-monero
parent 2d7ef434be
commit 28608e4ce0
3 changed files with 129 additions and 114 deletions

View File

@@ -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)