diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-30 17:54:36 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-30 17:54:36 +0800 |
| commit | 3aa6c8259e4d0915b865cb66950750a1375f5fec (patch) | |
| tree | 4fbbbea718d73714b47211e21ce8fd36a90e29bc /Header.ui.qml | |
| parent | adb9e2e679a2ee041d5201ac28ff633e83dbeb1a (diff) | |
Header cart item x button
Diffstat (limited to 'Header.ui.qml')
| -rw-r--r-- | Header.ui.qml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Header.ui.qml b/Header.ui.qml index 2d4e447..a4e6e49 100644 --- a/Header.ui.qml +++ b/Header.ui.qml @@ -176,6 +176,23 @@ ToolBar { .fillWidth: true } + + Button { + Layout.alignment: Qt.AlignTop + contentItem: Image { + source: "Bootstrap/icons/x.svg" + + ColorOverlay { + color: Eduport.bsGray600 + source: parent + anchors.fill: parent + } + } + background: Rectangle { + color: "transparent" + implicitWidth: 13 + } + } } ComboBox { |