UI: increased font sizes

As texts were not readable on high resolution screens the font size for
many widgets has been changed.

Closes #82.
This commit is contained in:
Tobias Doerffel
2014-01-22 22:49:23 +01:00
parent 27fab982ec
commit aaad405f99
27 changed files with 62 additions and 60 deletions

View File

@@ -49,6 +49,11 @@ public:
return m_led;
}
int titleBarHeight() const
{
return m_titleBarHeight;
}
protected:
virtual void mousePressEvent( QMouseEvent * _me );
@@ -60,6 +65,7 @@ private:
pixmapButton * m_led;
QString m_caption;
const int m_titleBarHeight;
} ;