[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdeplasma-addons/applets/weather
From:       Artur Duque de Souza <asouza () kde ! org>
Date:       2010-03-09 14:49:03
Message-ID: 1268146143.118874.21999.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1101194 by asouza:

Fix minimum size of weather plasmoid

There is no way to show all the information with a size smaller
than the one that is not setted as minimum. This seems to be the
best approach to fix this bug.

Backport to kde 4.4

BUG:201154


 M  +1 -0      weatherapplet.cpp  


--- branches/KDE/4.4/kdeplasma-addons/applets/weather/weatherapplet.cpp #1101193:1101194
@@ -81,6 +81,7 @@
 {
     connect(Plasma::Theme::defaultTheme(), SIGNAL(themeChanged()), this, SLOT(reloadTheme()));
     m_graphicsWidget = new QGraphicsWidget(this);
+    m_graphicsWidget->setMinimumSize(385, 285);
 
     switch (formFactor()) {
     case Plasma::Horizontal:
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic