mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Merge pull request #6742 from stenzek/qt-borderless-fullscreen
Qt/AdvancedWidget: Fix borderless fullscreen option not showing
This commit is contained in:
commit
1a2b6e2645
@ -94,7 +94,7 @@ void AdvancedWidget::CreateWidgets()
|
||||
m_borderless_fullscreen =
|
||||
new GraphicsBool(tr("Borderless Fullscreen"), Config::GFX_BORDERLESS_FULLSCREEN);
|
||||
|
||||
misc_layout->addWidget(m_borderless_fullscreen, 1, -1);
|
||||
misc_layout->addWidget(m_borderless_fullscreen, 1, 0);
|
||||
#endif
|
||||
|
||||
main_layout->addWidget(debugging_box);
|
||||
|
Loading…
x
Reference in New Issue
Block a user