D17484: Fix menu item width when the delegate is overriden

2018-12-10 Thread Aleix Pol Gonzalez
apol closed this revision. REPOSITORY R858 Qt Quick Controls 2: Desktop Style REVISION DETAIL https://phabricator.kde.org/D17484 To: apol, #kirigami, mart Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D17484: Fix menu item width when the delegate is overriden

2018-12-10 Thread Aleix Pol Gonzalez
apol created this revision. apol added reviewers: Kirigami, mart. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. apol requested review of this revision. REVISION SUMMARY Have MenuItem get the width of the parent instead of needing to specify it every time. This fixe