| Summary: | konsole does not respect Qt's "global strut" setting for its scrollbar | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Heinz Wiesinger <pprkut> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | cfeck, robertknight |
| Priority: | LO | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Heinz Wiesinger
2009-05-25 22:58:37 UTC
Changing this setting didn't seem to work on Konqueror's scrollbar width. There is an option under KDE->Settings->Appearance->Style->Configure->Scrollbar Width which does work (after a restart of the app). Using Qt version 4.5.2 in /usr/lib "Global Strut" is working fine here in konqueror, both on the horizontal/vertical sliders, as well as the sliders in textareas. I looked in system settings and the Oxygen style doesn't have a setting for configuring the scrollbar width, at least in kde-4.2.4. Is this a new option for kde-4.3.0? Yes, the option is new, still this bug is valid. I will look into this. SVN commit 1070887 by cfeck: Use sizeHint() instead of pixelMetric() to get scroll bar size BUG: 194088 M +2 -4 TerminalDisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1070887 SVN commit 1070888 by cfeck: Use sizeHint() instead of pixelMetric() to get scroll bar size (backport r1070887) CCBUG: 194088 M +2 -4 TerminalDisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1070888 |