Keep secondary sidebar at a fixed width.
This commit is contained in:
parent
44a8b6df0a
commit
3549273307
|
@ -23,8 +23,6 @@ import "stores"
|
||||||
StatusAppThreePanelLayout {
|
StatusAppThreePanelLayout {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
handle: SplitViewHandle { implicitWidth: 5 }
|
|
||||||
|
|
||||||
property var contactsStore
|
property var contactsStore
|
||||||
property bool hasAddedContacts: root.contactsStore.myContactsModel.count > 0
|
property bool hasAddedContacts: root.contactsStore.myContactsModel.count > 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue