|
|
@ -267,7 +267,11 @@ ApplicationWindow { |
|
|
|
model: 7 |
|
|
|
model: 7 |
|
|
|
delegate: Rectangle { |
|
|
|
delegate: Rectangle { |
|
|
|
color: "transparent" |
|
|
|
color: "transparent" |
|
|
|
|
|
|
|
<<<<<<< HEAD |
|
|
|
implicitHeight: Qt.application.font.pixelSize * 3 |
|
|
|
implicitHeight: Qt.application.font.pixelSize * 3 |
|
|
|
|
|
|
|
======= |
|
|
|
|
|
|
|
implicitHeight: Qt.application.font.pixelSize * 8 |
|
|
|
|
|
|
|
>>>>>>> Add DeviceVerificationFlow dummy and verification test button |
|
|
|
implicitWidth: col.width |
|
|
|
implicitWidth: col.width |
|
|
|
ColumnLayout { |
|
|
|
ColumnLayout { |
|
|
|
id: col |
|
|
|
id: col |
|
|
@ -410,7 +414,11 @@ ApplicationWindow { |
|
|
|
property string title: "Verification timed out" |
|
|
|
property string title: "Verification timed out" |
|
|
|
ColumnLayout { |
|
|
|
ColumnLayout { |
|
|
|
spacing: 16 |
|
|
|
spacing: 16 |
|
|
|
|
|
|
|
<<<<<<< HEAD |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
|
|
|
|
======= |
|
|
|
|
|
|
|
Text { |
|
|
|
|
|
|
|
>>>>>>> Add DeviceVerificationFlow dummy and verification test button |
|
|
|
Layout.maximumWidth: 400 |
|
|
|
Layout.maximumWidth: 400 |
|
|
|
Layout.fillHeight: true |
|
|
|
Layout.fillHeight: true |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|