Bug 175548 - scrollwheeling too fast in map themes
Summary: scrollwheeling too fast in map themes
Status: RESOLVED UPSTREAM
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 04:53 UTC by Patrick Spendrin
Modified: 2012-05-13 21:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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