Reverted to 12px tall TabWidget

This commit is contained in:
Cyrille Bollu
2016-02-22 12:26:15 +01:00
parent 3f72119705
commit 466bb90fc7
3 changed files with 13 additions and 35 deletions

View File

@@ -29,6 +29,8 @@
#include <QWidget>
#include <QtCore/QMap>
const int TAB_HEIGHT = 14;
class TabWidget : public QWidget
{
Q_OBJECT