D11046: Fix position of output identifier popup for screen scaling
David Edmundson
noreply at phabricator.kde.org
Mon Mar 5 10:54:09 UTC 2018
davidedmundson added inline comments.
INLINE COMMENTS
> widget.cpp:153
> QRect geometry(QPoint(0, 0), e->size());
> - geometry.moveCenter(screenSize.center());
> + geometry.moveCenter(screenSize.center() / devicePixelRatioF());
> static_cast<QQuickView*>(object)->setGeometry(geometry);
Is this code relevant on wayland? If so, you don't want to be doing this
REPOSITORY
R104 KScreen
REVISION DETAIL
https://phabricator.kde.org/D11046
To: broulik, #plasma, sebas
Cc: davidedmundson, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180305/2d18593d/attachment.html>
More information about the Plasma-devel
mailing list