-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | core/launcher/launcherview.cpp | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -10,2 +10,4 @@ * Backup can now handle custom locations for backup and restore (ar) + * Implemented right-on-hold feedback (wimpie,zecke) + * Lots of new features in opie-reader (tim,pohly) @@ -16,2 +18,3 @@ * #1370 - Pimconverter now reacts on cancel key (eilers) + * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index e86f389..0d0f2cb 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp @@ -660,4 +660,2 @@ void LauncherView::setToolsEnabled(bool y) - // Always show vscrollbar - icons->setVScrollBarMode( QScrollView::AlwaysOn ); } else { |