mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Qt/AdvancedWidget: Fix borderless fullscreen option not showing
This commit is contained in:
parent
ef98a21735
commit
8a061d6fb4
@ -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