Redesigned shared ringdb panel

This commit is contained in:
Sander Ferdinand
2018-04-22 20:07:31 +02:00
parent 72541b6d51
commit c13b4cb7bd
4 changed files with 214 additions and 188 deletions

View File

@@ -129,7 +129,7 @@ Rectangle {
}, State {
name: "SharedRingDB"
PropertyChanges { target: root; currentView: sharedringdbView }
PropertyChanges { target: mainFlickable; contentHeight: minHeight }
PropertyChanges { target: mainFlickable; contentHeight: sharedringdbView.panelHeight + 100 }
}, State {
name: "AddressBook"
PropertyChanges { target: root; currentView: addressBookView }