diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-01 16:25:01 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-01 16:25:01 +0700 |
commit | c924d9265cff6c7c45143910025c4974f735b861 (patch) | |
tree | ef3c8c06f12af153b3b1ae93529035b981d9c5fd | |
parent | b02aa5201505ee3f340a7d6e0af7c12c2d809e89 (diff) |
add layout alignment and card color
-rw-r--r-- | OrderSummary.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OrderSummary.ui.qml b/OrderSummary.ui.qml index aeadad7..9598ee8 100644 --- a/OrderSummary.ui.qml +++ b/OrderSummary.ui.qml @@ -4,12 +4,14 @@ import QtQuick.Layouts 1.15 ColumnLayout { Rectangle { + color: "#ffffff" Layout.fillWidth: true Layout.fillHeight: true radius: 16 ColumnLayout { anchors.fill: parent ColumnLayout { + Layout.alignment: Qt.AlignTop spacing: 24 Layout.fillWidth: true Layout.margins: 24 |