diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-25 20:40:41 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-25 20:40:41 +0800 |
commit | 6e3ecee174edffa9e169e8dc70e68178c2ecbeb6 (patch) | |
tree | ccf9c03ad338ce8e5fb7db07bb2a08b7fecdd203 /components | |
parent | 0543d357d527d4cac3a5b90b8e17dfeffdf9c6c3 (diff) |
Account uses ProductCardForm
Diffstat (limited to 'components')
-rw-r--r-- | components/ListWithIconForm.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/ListWithIconForm.ui.qml b/components/ListWithIconForm.ui.qml index c86a443..5e03180 100644 --- a/components/ListWithIconForm.ui.qml +++ b/components/ListWithIconForm.ui.qml @@ -3,6 +3,8 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Item { + property alias button: listButton + width: 360 height: 48 Layout.minimumWidth: 360 |