From 23ee4ab7f3fdd19251b8f3c67f786940823b8a9f Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 27 Feb 2023 13:22:26 +0700 Subject: add Rectangle id: inlineItemIconBg so it can be configurable on qml --- ListInlineItem.ui.qml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3