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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user