From 749362987b9617ddfc461b647ac436be5a6eaca4 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 15 Feb 2012 16:10:01 +0100 Subject: Folders Panel: Use the whole width as selection region As no rubberband-selection is enabled for the Folders Panel it does not make sense to keep the selection region as small as possible. BUG: 294111 FIXED-IN: 4.8.1 --- src/kitemviews/kitemliststyleoption.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/kitemviews/kitemliststyleoption.h') diff --git a/src/kitemviews/kitemliststyleoption.h b/src/kitemviews/kitemliststyleoption.h index 9284dc61b..62441ef4b 100644 --- a/src/kitemviews/kitemliststyleoption.h +++ b/src/kitemviews/kitemliststyleoption.h @@ -42,6 +42,7 @@ public: int horizontalMargin; int verticalMargin; int iconSize; + bool extendedSelectionRegion; }; #endif -- cgit v1.3.1