From 2127dd61cda7dcb65b4edd51556158a8e79b0795 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?=
 =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?=
 <erik@darapsa.co.id>
Date: Wed, 12 Apr 2023 18:30:01 +0800
Subject: Just use (BS) Label now instead of Body

---
 Shop/Checkout/RightSidebar/OrderSummary.ui.qml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'Shop/Checkout/RightSidebar')

diff --git a/Shop/Checkout/RightSidebar/OrderSummary.ui.qml b/Shop/Checkout/RightSidebar/OrderSummary.ui.qml
index 7564106..610a393 100644
--- a/Shop/Checkout/RightSidebar/OrderSummary.ui.qml
+++ b/Shop/Checkout/RightSidebar/OrderSummary.ui.qml
@@ -31,9 +31,10 @@ ColumnLayout {
 			implicitHeight: codeLabel.implicitHeight
 						+ codeValue.implicitHeight
 
-			Body {
+			Label {
 				id: codeLabel
 				text: qsTr("Transaction code")
+				wrapMode: Label.Wrap
 				anchors.verticalCenter: parent.verticalCenter
 			}
 
@@ -178,9 +179,10 @@ ColumnLayout {
 				anchors.verticalCenter: parent.verticalCenter
 			}
 
-			Body {
+			Label {
 				id: discountValue
 				text: "-$20"
+				wrapMode: Label.Wrap
 				anchors {
 					right: parent.right
 					verticalCenter: parent.verticalCenter
-- 
cgit v1.2.3