diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-27 13:22:26 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-27 13:22:26 +0700 |
commit | 23ee4ab7f3fdd19251b8f3c67f786940823b8a9f (patch) | |
tree | dbeede8488bb9098f19fcf52acb0bdb67027a590 | |
parent | 9de8dea4432ac55a4b8f717e6c5cc91f3f7fdaf8 (diff) |
add Rectangle id: inlineItemIconBg so it can be configurable on qml
-rw-r--r-- | ListInlineItem.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ListInlineItem.ui.qml b/ListInlineItem.ui.qml index 6f623e7..8f7f27e 100644 --- a/ListInlineItem.ui.qml +++ b/ListInlineItem.ui.qml @@ -11,6 +11,7 @@ RowLayout { RowLayout { id:listInlineItem Rectangle { + id: inlineItemIconBg radius: 100 color: "#4dfd7e14" Layout.preferredHeight: 42 |