[Differential] [Request, 55 lines] D1659: Remove pointless layout
    davidedmundson (David Edmundson) 
    noreply at phabricator.kde.org
       
    Mon May 23 15:14:32 UTC 2016
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160523/e447c942/attachment.html>
    
    
More information about the Plasma-devel
mailing list