mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-290: allow GCS tabs to shrink (by eliding the text), less limit min window width
This commit is contained in:
parent
2f7f920ef3
commit
2020e336d6
@ -179,6 +179,8 @@ MainWindow::MainWindow() :
|
||||
m_modeStack->setIconSize(QSize(24,24));
|
||||
m_modeStack->setTabPosition(QTabWidget::South);
|
||||
m_modeStack->setMovable(false);
|
||||
m_modeStack->setMinimumWidth(512);
|
||||
m_modeStack->setElideMode(Qt::ElideRight);
|
||||
#ifndef Q_WS_MAC
|
||||
m_modeStack->setDocumentMode(true);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user