mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
DolphinQt: Auto hide the mapping window tab bar.
This commit is contained in:
parent
d6e10e586a
commit
3d762c20ee
@ -167,6 +167,8 @@ void MappingWindow::CreateMainLayout()
|
|||||||
m_tab_widget = new QTabWidget();
|
m_tab_widget = new QTabWidget();
|
||||||
m_button_box = new QDialogButtonBox(QDialogButtonBox::Close);
|
m_button_box = new QDialogButtonBox(QDialogButtonBox::Close);
|
||||||
|
|
||||||
|
m_tab_widget->setTabBarAutoHide(true);
|
||||||
|
|
||||||
m_config_layout->addWidget(m_devices_box);
|
m_config_layout->addWidget(m_devices_box);
|
||||||
m_config_layout->addWidget(m_reset_box);
|
m_config_layout->addWidget(m_reset_box);
|
||||||
m_config_layout->addWidget(m_profiles_box);
|
m_config_layout->addWidget(m_profiles_box);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user