More massaging of the layout
This commit is contained in:
@@ -180,7 +180,7 @@ Item {
|
|||||||
open: root.popupOpen
|
open: root.popupOpen
|
||||||
centerOnBar: true
|
centerOnBar: true
|
||||||
triggerMode: "click"
|
triggerMode: "click"
|
||||||
contentWidth: 440
|
contentWidth: 480
|
||||||
contentHeight: card.implicitHeight + 28
|
contentHeight: card.implicitHeight + 28
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
@@ -196,8 +196,9 @@ Item {
|
|||||||
Row {
|
Row {
|
||||||
id: heroLeft
|
id: heroLeft
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
anchors.leftMargin: 16
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
spacing: 12
|
spacing: 16
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: heroIcon
|
id: heroIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user