Remove pointless layout
ClosedPublic

Authored by davidedmundson on May 23 2016, 3:14 PM.

Details

Reviewers
mart
Group Reviewers
Plasma
Commits
R114:25c2075a97b4: Remove pointless layout
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

Diff Detail

Repository
R114 Plasma Addons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson retitled this revision from to Remove pointless layout.
davidedmundson updated this object.
davidedmundson edited the test plan for this revision. (Show Details)
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma. · View Herald TranscriptMay 23 2016, 3:14 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
sitter added a subscriber: sitter.

Fixes infinite loop

mart accepted this revision.May 23 2016, 3:43 PM
mart added a reviewer: mart.
This revision is now accepted and ready to land.May 23 2016, 3:43 PM
This revision was automatically updated to reflect the committed changes.