cblack created this revision.
cblack added a reviewer: Kirigami.
Herald added a project: Kirigami.
Herald added a subscriber: plasma-devel.
cblack requested review of this revision.

REVISION SUMMARY
  When a FormLayout is in wide mode, it attempts to
  reset the implicitWidth of a GridLayout by assigning undefined to it.
  This doesn't work because:
  
  1. Layouts provide their own implicit width
  2. You can't reset an implicit size with undefined, hence the error messages 
obtained from trying to do so

REPOSITORY
  R169 Kirigami

BRANCH
  cblack/formlayout-warnings (branched from master)

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

AFFECTED FILES
  src/controls/FormLayout.qml

To: cblack, #kirigami
Cc: ngraham, plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, apol, 
ahiemstra, davidedmundson, mart

Reply via email to