Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 95286 | Differences between
and this patch

Collapse All | Expand All

(-)kweather-old/dockwidget.cpp (+1 lines)
Lines 169-174 void dockwidget::resizeView( const QSize Link Here
169
            m_lblTemp->setGeometry(h+1, 0, w-h, h/3);
169
            m_lblTemp->setGeometry(h+1, 0, w-h, h/3);
170
            m_lblWind->setGeometry(h+1, h/3, w-h, h/3);
170
            m_lblWind->setGeometry(h+1, h/3, w-h, h/3);
171
            m_lblPres->setGeometry(h+1, 2*h/3, w-h, h/3);
171
            m_lblPres->setGeometry(h+1, 2*h/3, w-h, h/3);
172
	    m_button->setGeometry(0, 0, h, h);
172
        }
173
        }
173
        else if ( m_mode == ShowTempOnly)
174
        else if ( m_mode == ShowTempOnly)
174
        {
175
        {

Return to bug 95286