diff options
Diffstat (limited to 'Checkout.ui.qml')
-rw-r--r-- | Checkout.ui.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Checkout.ui.qml b/Checkout.ui.qml index 46b4880..7545610 100644 --- a/Checkout.ui.qml +++ b/Checkout.ui.qml @@ -3,7 +3,6 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Flickable { - property alias header: header property alias checkoutAlert: alert property alias checkoutLogin: login property alias checkoutName: name @@ -27,11 +26,6 @@ Flickable { right: parent.right } - Header { - id: header - Layout.fillWidth: true - } - GridLayout { columns: width < 1200 ? 1 : 2 rows: width < 1200 ? 2 : 1 |