[Differential] [Accepted] D3461: flip systray in ltr layouts

davidedmundson (David Edmundson) noreply at phabricator.kde.org
Tue Nov 22 17:01:16 UTC 2016


davidedmundson accepted this revision.
davidedmundson added a reviewer: davidedmundson.
davidedmundson added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> main.qml:287
>          y: Math.round(height/2 - childrenRect.height/2)
> -        x: Math.round(width/2 - childrenRect.width/2)
> +        x: (!vertical && expander.visible && LayoutMirroring.enabled ? expander.width : 0) + Math.round(width/2 - childrenRect.width/2)
>  

you don't need the !vertical, if it's false LayoutMirroring.enabled will be false from the parent

REPOSITORY
  rPLASMAWORKSPACE Plasma Workspace

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D3461

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: mart, #plasma, davidedmundson
Cc: davidedmundson, plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161122/82596e5d/attachment-0001.html>


More information about the Plasma-devel mailing list