mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue