D8964: Fix two bugs in KMessageWidget

Anthony Fieroni noreply at phabricator.kde.org
Wed Nov 29 08:43:31 UTC 2017


anthonyfieroni added a comment.


  It looks good.

INLINE COMMENTS

> kmessagewidget.cpp:348
> +            d->content->move(0, 0);
> +            setFixedHeight(d->content->height());
> +        }

Those it should be

  setFixedHeight(sizeHint().height());

REPOSITORY
  R236 KWidgetsAddons

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

To: aacid, #frameworks
Cc: anthonyfieroni, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171129/e8355ecd/attachment.html>


More information about the Kde-frameworks-devel mailing list