From bca1ea4f1d1270b4b5713fd546bac2ddc5781835 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 16 May 2014 14:14:10 +0200 Subject: [PATCH] KWin.Switcher currentIndex follows listview one --- tabbox/qml/clients/sidebar/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/tabbox/qml/clients/sidebar/contents/ui/main.qml b/tabbox/qml/clients/sidebar/contents/ui/main.qml index 85e0169475..f8415d63b2 100644 --- a/tabbox/qml/clients/sidebar/contents/ui/main.qml +++ b/tabbox/qml/clients/sidebar/contents/ui/main.qml @@ -29,6 +29,7 @@ import org.kde.kwin 2.0 as KWin KWin.Switcher { id: tabBox property real screenFactor: screenGeometry.width/screenGeometry.height + currentIndex: thumbnailListView.currentIndex // just to get the margin sizes PlasmaCore.FrameSvgItem {