Bug 175548

Summary: scrollwheeling too fast in map themes
Product: [Applications] marble Reporter: Patrick Spendrin <ps_ml>
Component: generalAssignee: marble-bugs
Status: RESOLVED UPSTREAM    
Severity: wishlist CC: marble-bugs, nienhueser
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Patrick Spendrin 2008-11-19 04:53:30 UTC
Version:            (using Devel)
Compiler:          msvc 
OS:                MS Windows
Installed from:    Compiled sources

when scrolling up or down in the themes list, marble scrolls to fast.
This made me overlook the moon map today and annoys me already for quite some time.
I want to get it fixed.
Comment 1 Dennis Nienhüser 2010-01-16 11:52:04 UTC
Seems to be a Qt (QAbstractItemView) issue to me. The same happens e.g. in dolphin when you make the icons large enough, independent of the style in use. QAbstractItemView::ScrollMode changes nothing.
Comment 2 Dennis Nienhüser 2010-09-12 22:32:05 UTC
SVN commit 1174562 by nienhueser:

Set a minimum size in the list view (~ one item). Change the scroll mode back to the default. It is nicer especially for small sizes and does not influence the scroll wheel speed.
CCBUG: 175548
Hide some labels in small screen device mode.

 M  +6 -3      MapViewWidget.ui  
 M  +6 -0      MarbleControlBox.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1174562