Increased the graphical TabWidget's height by 2 pixels for eye-candy.

The InstrumentTrackWindow's height has been increased by the same amount.

Cyrille
This commit is contained in:
Cyrille Bollu
2016-04-29 13:47:13 +02:00
parent 1f0d846dab
commit 816dedb938
3 changed files with 5 additions and 5 deletions

View File

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