SVN commit 1036096 by mart: have a size hint that doesn't require the scrollbar M +2 -1 microblog.cpp --- trunk/KDE/kdeplasma-addons/applets/microblog/microblog.cpp #1036095:1036096 @@ -452,7 +452,8 @@ m_flash->flash(desc, 60 * 1000); //I'd really prefer it to stay there. and be red. } - //updateGeometry(); + m_graphicsWidget->setPreferredSize(-1, -1); + emit sizeHintChanged(Qt::PreferredSize); } void MicroBlog::themeChanged()