davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.

REVISION SUMMARY
  ColumnLayout
  {
  Item {
  anchors.fill: parent
  }
  }
  
  is always wrong, as we end up with two objects (the layout and the
  anchor) simultaneously trying to resize the item.
  
  In this case both items were meant to fill the whole space so we can
  just remove the layout.

TEST PLAN
  Opened disk quota applet, it still looked fine

REPOSITORY
  rKDEPLASMAADDONS Plasma Addons

BRANCH
  master

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

AFFECTED FILES
  applets/diskquota/package/contents/ui/main.qml

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

To: davidedmundson, Plasma
Cc: plasma-devel, sebas
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to