|
|
|
@ -61,15 +61,16 @@ Item {
|
|
|
|
|
|
|
|
|
|
|
|
RowLayout {
|
|
|
|
RowLayout {
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.leftMargin: FishUI.Units.smallSpacing / 2
|
|
|
|
anchors.leftMargin: FishUI.Units.smallSpacing
|
|
|
|
anchors.rightMargin: FishUI.Units.smallSpacing / 2
|
|
|
|
anchors.rightMargin: FishUI.Units.smallSpacing
|
|
|
|
anchors.topMargin: FishUI.Units.smallSpacing / 2
|
|
|
|
anchors.topMargin: FishUI.Units.smallSpacing / 2
|
|
|
|
spacing: 0
|
|
|
|
spacing: 0
|
|
|
|
|
|
|
|
|
|
|
|
Label {
|
|
|
|
Label {
|
|
|
|
id: _label
|
|
|
|
id: _label
|
|
|
|
text: control.text
|
|
|
|
text: control.text
|
|
|
|
leftPadding: FishUI.Units.smallSpacing / 2
|
|
|
|
leftPadding: 0
|
|
|
|
|
|
|
|
rightPadding: 0
|
|
|
|
Layout.fillWidth: true
|
|
|
|
Layout.fillWidth: true
|
|
|
|
Layout.fillHeight: true
|
|
|
|
Layout.fillHeight: true
|
|
|
|
horizontalAlignment: Qt.AlignHCenter
|
|
|
|
horizontalAlignment: Qt.AlignHCenter
|
|
|
|
|