diff options
author | anatasof wirapraja <anatasof.wirapraja@gmail.com> | 2023-04-04 13:14:01 +0700 |
---|---|---|
committer | anatasof wirapraja <anatasof.wirapraja@gmail.com> | 2023-04-04 13:14:01 +0700 |
commit | 81601bfcfbb01e8c9c855bcb44f2866afd9e3f86 (patch) | |
tree | ffe39a2bf95623289cd150973237a17fa603efa1 /Shop | |
parent | 97d27220f2f68dfae281af1a2753e69c667bef27 (diff) |
rework on Layout margins inside filterBarControl
Diffstat (limited to 'Shop')
-rw-r--r-- | Shop/cart/Table/CourseItem.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shop/cart/Table/CourseItem.ui.qml b/Shop/cart/Table/CourseItem.ui.qml index d05e1b8..ded50d2 100644 --- a/Shop/cart/Table/CourseItem.ui.qml +++ b/Shop/cart/Table/CourseItem.ui.qml @@ -47,4 +47,4 @@ GridLayout { Layout.fillWidth: true Layout.fillHeight: parent.width < 990 ? true : false } -} +}
\ No newline at end of file |