Fix instrument window tab sizes

- Fix the instrument window tabs minimum width and height formulae
- Also set minimum height and width for instrument tab
This commit is contained in:
Johannes Lorenz
2019-03-28 18:57:19 +01:00
parent 7e7141f388
commit d52c220a5c
2 changed files with 17 additions and 12 deletions

View File

@@ -427,6 +427,9 @@ protected slots:
private:
virtual void modelChanged();
void viewInstrumentInDirection(int d);
//! adjust size of any child widget of the main tab
//! required to keep the old look when using a variable sized tab widget
void adjustTabSize(QWidget *w);
InstrumentTrack * m_track;
InstrumentTrackView * m_itv;