feat(StatusChatListAndCategories) expose highlightItem property (#796)
This commit is contained in:
parent
c0057daa7a
commit
795370086b
|
@ -13,6 +13,8 @@ Item {
|
||||||
implicitHeight: chatListsAndCategories.height
|
implicitHeight: chatListsAndCategories.height
|
||||||
implicitWidth: chatListsAndCategories.width
|
implicitWidth: chatListsAndCategories.width
|
||||||
|
|
||||||
|
property alias highlightItem: statusChatList.highlightItem
|
||||||
|
|
||||||
property StatusTooltipSettings categoryAddButtonToolTip: StatusTooltipSettings {
|
property StatusTooltipSettings categoryAddButtonToolTip: StatusTooltipSettings {
|
||||||
text: qsTr("Add channel inside category")
|
text: qsTr("Add channel inside category")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue