On Monday 25 August 2008, Petri Damstén wrote: > Hi, > > Layout in default desktop does not work on second screen. In > DefaultDesktop::refreshWorkingArea it calls setWorkingArea with screen > geometry which sets workingStart to 1280,0 (on my second screen). Using > this workingStart added applets are then moved outside of my screen (which > is 1280x1024). I guess it should be something like this:
yes, the problem is that the code is confusing two concepts: * scene coordinates: geometry() * screen coordinates: QDesktopWidget::availableGeometry() and so your fix is correct ... pls commit =) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Trolltech
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Plasma-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/plasma-devel
