<table><tr><td style="">sitter created this revision.<br />sitter added a reviewer: Plasma.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />sitter requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21797">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>setting the minimum size manually like this is overriding the actual<br />
calculated minimum size (as per child widgets) which ultimately means that<br />
when a child's effective minimum is larger than the manually set one you<br />
can resize the widget such that the child no longer fits in.<br />
this is most notably observed with the page title widget. it doesn't word<br />
wrap, so it has a specific minimum size: the amount of space it requires to<br />
render the text in one line if its minimum width then exceeds the<br />
600 pixels we had manually set, the widget would get cut off.</p>

<p>setting the minimum size should be entirely unnecessary. if all widgets<br />
have a suitable sizing policy and sizehint the dialog will calculate a<br />
suitable overall sizehint and minimum. getting rid of the manually set<br />
minimum means the dialog can be shrunk exactly as far as the page content<br />
allows it to shrink and no further.</p>

<p>I chased the the minimum size back to kde-runtime in git but it even seems<br />
to predate that, so I have no clue what it was meant to achieve, but I am<br />
almost certain that it was a hacky attempt at hiding bad size policies<br />
or lack of size adjustments elsewhere in the dialog stack.</p>

<p>CHANGELOG: The bug report dialog can no longer be resized to cut off text<br />
FIXED-IN: 5.16.1<br />
BUG: 403408</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">set general font size to 16pt</li>
<li class="remarkup-list-item">start drkonqi with LANGUAGE=pt_BR</li>
<li class="remarkup-list-item">report bug</li>
<li class="remarkup-list-item">observe all pages suffering from being cut off, up until the backtrace page which has manual adjustment logic as of a couple of commits ago (due to its actual sizing changing)</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R871 DrKonqi</div></div></div><br /><div><strong>BRANCH</strong><div><div>Plasma/5.16</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21797">https://phabricator.kde.org/D21797</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/bugzillaintegration/reportassistantdialog.cpp</div></div></div><br /><div><strong>To: </strong>sitter, Plasma<br /><strong>Cc: </strong>plasma-devel, LeGast00n, ericadams, jraleigh, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>