Skip to content

Commit

Permalink
Qt/GraphicsWidget: Fix bad layout column
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed Aug 27, 2017
1 parent 378a796 commit 95d4a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/Config/Graphics/AdvancedWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void AdvancedWidget::CreateWidgets()
utility_layout->addWidget(m_dump_efb_target, 2, 0);
utility_layout->addWidget(m_enable_freelook, 2, 1);
#if defined(HAVE_FFMPEG)
utility_layout->addWidget(m_dump_use_ffv1, 3, -1);
utility_layout->addWidget(m_dump_use_ffv1, 3, 0);
#endif

// Misc.
Expand Down

0 comments on commit 95d4a46

Please sign in to comment.