Skip to content
Permalink
Browse files
Merge pull request #6742 from stenzek/qt-borderless-fullscreen
Qt/AdvancedWidget: Fix borderless fullscreen option not showing
  • Loading branch information
JosJuice committed May 3, 2018
2 parents ac12d23 + 8a061d6 commit 1a2b6e2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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);

0 comments on commit 1a2b6e2

Please sign in to comment.