Fine tuning the placement of TabWidgets' highlighting background

+ some code cleaning in TabWidgets
This commit is contained in:
Cyrille Bollu
2016-05-19 09:28:09 +02:00
parent 6c5845029b
commit d9ca75c104
2 changed files with 10 additions and 20 deletions

View File

@@ -30,7 +30,7 @@
#include <QtCore/QMap>
const int TEXT_TAB_HEIGHT = 14;
const int GRAPHIC_TAB_HEIGHT = 19;
const int GRAPHIC_TAB_HEIGHT = 17;
class TabWidget : public QWidget
{