|
|
|
@ -7,7 +7,7 @@ Rectangle {
|
|
|
|
id: root
|
|
|
|
id: root
|
|
|
|
|
|
|
|
|
|
|
|
width: 550
|
|
|
|
width: 550
|
|
|
|
height: column.implicitHeight + radius * 4
|
|
|
|
height: mainLayout.implicitHeight + radius * 4
|
|
|
|
|
|
|
|
|
|
|
|
radius: FishUI.Theme.bigRadius
|
|
|
|
radius: FishUI.Theme.bigRadius
|
|
|
|
color: FishUI.Theme.backgroundColor
|
|
|
|
color: FishUI.Theme.backgroundColor
|
|
|
|
@ -42,7 +42,7 @@ Rectangle {
|
|
|
|
|
|
|
|
|
|
|
|
ColumnLayout {
|
|
|
|
ColumnLayout {
|
|
|
|
id: column
|
|
|
|
id: column
|
|
|
|
spacing: FishUI.Units.smallSpacing
|
|
|
|
spacing: FishUI.Units.largeSpacing
|
|
|
|
|
|
|
|
|
|
|
|
Text {
|
|
|
|
Text {
|
|
|
|
text: confirmation.message
|
|
|
|
text: confirmation.message
|
|
|
|
@ -52,10 +52,7 @@ Rectangle {
|
|
|
|
maximumLineCount: 2
|
|
|
|
maximumLineCount: 2
|
|
|
|
wrapMode: Text.Wrap
|
|
|
|
wrapMode: Text.Wrap
|
|
|
|
elide: Text.ElideRight
|
|
|
|
elide: Text.ElideRight
|
|
|
|
}
|
|
|
|
color: FishUI.Theme.textColor
|
|
|
|
|
|
|
|
|
|
|
|
Item {
|
|
|
|
|
|
|
|
height: FishUI.Units.smallSpacing
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
TextField {
|
|
|
|
TextField {
|
|
|
|
|