From db62116c46c154752e731f027005f2519ea61608 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 23 Aug 2017 19:48:00 +0200 Subject: remove obsolete scrollbar --- framework/qml/MailListView.qml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index a9010881..c4bb66ae 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -70,10 +70,6 @@ FocusScope { clip: true focus: true - ScrollBar.vertical: Kube.ScrollBar{ - id: scrollbar - } - //BEGIN keyboard nav onActiveFocusChanged: { if (activeFocus && currentIndex < 0) { @@ -109,7 +105,7 @@ FocusScope { //Required for D&D property var mail: model.mail - width: scrollbar.visible ? listView.width - scrollbar.width : listView.width + width: listView.width height: Kube.Units.gridUnit * 5 color: Kube.Colors.viewBackgroundColor -- cgit v1.2.3