diff options
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index b4c56af8..73cae42a 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -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 } |
