Version: (using Devel) Compiler: gcc 4.4.1 OS: Linux Installed from: Compiled sources When using Oygen widget style, the zoom slider looks off-center a few pixels. It does, however, look fine when using other styles. I've taken a look into the code and found the guilty line. In Dolphin, the code for setting up the zoom slider and buttons is identical, but doesn't include this line. I've got no clue why it's there, but removing it really helps.
Created attachment 37645 [details] proposed patch
Right, this doesn't make sense. I'll apply your patch! Thanks...
SVN commit 1037037 by aclemens: Let the slider decide what size to take. I'll leave this code commented if someone really thinks we need this. BUG:210956 M +1 -1 statuszoombar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1037037
Created attachment 37647 [details] patch #2 It appears that setInvertedControls() in zoomSlider is unnecessary (using Qt4.6 snapshot). If it's not set, then Ctrl+Mouse Wheel Up zooms in the view and Mouse Wheel Up over zoom slider does the same. Zoom out works fine as well.