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

Reply via email to