|
@ -135,28 +135,28 @@ Dialog { |
|
|
|
|
|
|
|
|
Image { |
|
|
Image { |
|
|
source: "../../../icons/electrum.png" |
|
|
source: "../../../icons/electrum.png" |
|
|
Layout.preferredWidth: 48 |
|
|
Layout.preferredWidth: constants.iconSizeXLarge |
|
|
Layout.preferredHeight: 48 |
|
|
Layout.preferredHeight: constants.iconSizeXLarge |
|
|
Layout.leftMargin: 12 |
|
|
Layout.leftMargin: constants.paddingMedium |
|
|
Layout.topMargin: 12 |
|
|
Layout.topMargin: constants.paddingMedium |
|
|
Layout.bottomMargin: 12 |
|
|
Layout.bottomMargin: constants.paddingMedium |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Label { |
|
|
Label { |
|
|
text: title |
|
|
text: title |
|
|
elide: Label.ElideRight |
|
|
elide: Label.ElideRight |
|
|
Layout.fillWidth: true |
|
|
Layout.fillWidth: true |
|
|
topPadding: 24 |
|
|
topPadding: constants.paddingXLarge |
|
|
bottomPadding: 24 |
|
|
bottomPadding: constants.paddingXLarge |
|
|
font.bold: true |
|
|
font.bold: true |
|
|
font.pixelSize: 16 |
|
|
font.pixelSize: constants.fontSizeMedium |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Rectangle { |
|
|
Rectangle { |
|
|
Layout.columnSpan: 2 |
|
|
Layout.columnSpan: 2 |
|
|
Layout.fillWidth: true |
|
|
Layout.fillWidth: true |
|
|
Layout.leftMargin: 4 |
|
|
Layout.leftMargin: constants.paddingTiny |
|
|
Layout.rightMargin: 4 |
|
|
Layout.rightMargin: constants.paddingTiny |
|
|
height: 1 |
|
|
height: 1 |
|
|
color: Qt.rgba(0,0,0,0.5) |
|
|
color: Qt.rgba(0,0,0,0.5) |
|
|
} |
|
|
} |
|
|