Keep secondary sidebar at a fixed width.

This commit is contained in:
Stefan D 2022-03-01 16:17:10 +01:00 committed by Stefan Dunca
parent 44a8b6df0a
commit 3549273307
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ import "stores"
StatusAppThreePanelLayout {
id: root
handle: SplitViewHandle { implicitWidth: 5 }
property var contactsStore
property bool hasAddedContacts: root.contactsStore.myContactsModel.count > 0