Revision d0c0f21...
Go back to digest for 1st May 2011Bug Fixes in KDE Base
Rafael Fernández López committed changes in [kde-workspace] /desktop/shell:
Fix panel controller width when running on multiple monitors.
The panel controller was taking only a portion of the bigger screen
width (that was primary). With this patch, we force the widget to
calculate its size before being shown.
Also, syncToLocation needed a small tweak, since when updating
struts were needed (this is, dragging the panel from horizontal to
vertical [or reverse] layout), the panel itself was taking the whole
screen (because of setting the maximum size to QWIDGETSIZE_MAX).
REVIEW: 101254
File Changes
Modified 2 files
- /desktop/shell
- plasma/panelcontroller.cpp
- plasma/panelcontroller.h
2 files changed in total