mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix tab auto-hiding to work with Qt < 5.4.
This commit is contained in:
@@ -65,7 +65,7 @@ TabWindow::TabWindow(QWidget *parent) :
|
||||
#endif
|
||||
|
||||
// Hide the default tab
|
||||
tabBar()->setAutoHide(true);
|
||||
tabBar()->setVisible(false);
|
||||
}
|
||||
|
||||
// Hide the close button of given index displayed on right side of tab
|
||||
|
||||
Reference in New Issue
Block a user