summaryrefslogtreecommitdiff
path: root/Header.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 22:49:29 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 22:49:29 +0800
commit9a60deb26c6db9dec64b4814fb75ac39f04c5b27 (patch)
tree1dc0ec2f7873ae371430dbe7bd493b530338aa85 /Header.ui.qml
parentafb889bfe7b951089b569dca503ac2e4e4067187 (diff)
Heading attached property is used instead of Hx
Diffstat (limited to 'Header.ui.qml')
-rw-r--r--Header.ui.qml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Header.ui.qml b/Header.ui.qml
index cb26c66..ccdff46 100644
--- a/Header.ui.qml
+++ b/Header.ui.qml
@@ -6,7 +6,6 @@ import Bootstrap 5.3
import Eduport 1.4
import "DropShadow" as DrpShdw
import "Button" as Btn
-import "Label" as Lbl
import "Header"
ToolBar {
@@ -137,8 +136,10 @@ ToolBar {
sourceComponent: background
}
- Lbl.H5 {
+ Label {
text: qsTr("Cart items")
+ wrapMode: Label.Wrap
+ Bootstrap.heading: 5
topPadding: 25.6
leftPadding: 16
rightPadding: 16
@@ -312,8 +313,10 @@ ToolBar {
ColumnLayout {
spacing: 0
- Lbl.H6 {
+ Label {
text: fullNameText
+ wrapMode: Label.Wrap
+ Bootstrap.heading: 6
}
Label {