<table><tr><td style="">mglb created this revision.<br />mglb added a reviewer: Konsole.<br />mglb added a project: Konsole.<br />mglb 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/D19400">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Initial window width is set to be wider than (default) minimum possible<br />
size. This adds some whitespace and increases width of text inputs<br />
on "tabs" page.</p>

<p>This was made unconditionally, which could increase the width past<br />
screen's right edge on small screens.</p>

<p>It is changed to be at most 2/3 of the screen's width now. Note that<br />
minimum window size is still in effect; the limit affects only<br />
additional width.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>(Instructions for X11)</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Run <tt style="background: #ebebeb; font-size: 13px;">Xephyr -dpi 96 -size 800x600 :1</tt></li>
<li class="remarkup-list-item">Run <tt style="background: #ebebeb; font-size: 13px;">DISPLAY=:1 kwin_x11</tt></li>
<li class="remarkup-list-item">Run <tt style="background: #ebebeb; font-size: 13px;">DISPLAY=:1 ./konsole</tt></li>
<li class="remarkup-list-item">Open edit profile dialog, resize it to minimum allowable size.</li>
<li class="remarkup-list-item">Measure the window size.</li>
<li class="remarkup-list-item">Close Xephyr.</li>
<li class="remarkup-list-item">Run <tt style="background: #ebebeb; font-size: 13px;">Xephyr -dpi 96 -size WxH :1</tt>, where <tt style="background: #ebebeb; font-size: 13px;">W</tt> is the measured window width + 20, and <tt style="background: #ebebeb; font-size: 13px;">H</tt> is anything larger than measured height.</li>
<li class="remarkup-list-item">Run <tt style="background: #ebebeb; font-size: 13px;">DISPLAY=:1 kwin_x11</tt></li>
<li class="remarkup-list-item">Run <tt style="background: #ebebeb; font-size: 13px;">DISPLAY=:1 ./konsole</tt></li>
<li class="remarkup-list-item">Open edit profile dialog</li>
</ul>

<p><strong>Expected result:</strong><br />
Edit Profile dialog's width should be a bit smaller than Xephyr's<br />
screen</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>BRANCH</strong><div><div>arc/Resize-Profile-Settings-dialog-only-when-possible (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19400">https://phabricator.kde.org/D19400</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/EditProfileDialog.cpp</div></div></div><br /><div><strong>To: </strong>mglb, Konsole<br /><strong>Cc: </strong>konsole-devel, gennad, maciejn, thsurrel, ngraham, maximilianocuria, hindenburg<br /></div>