Summary: | scrollwheeling too fast in map themes | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Patrick Spendrin <ps_ml> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Patrick Spendrin
2008-11-19 04:53:30 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. 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 |