Skip to content
Permalink
Browse files
Merge pull request #5987 from spycrab/qt_graphics_layout
Qt/GraphicsWidget: Fix bad layout column
  • Loading branch information
JosJuice committed Aug 27, 2017
2 parents a539a96 + 95a53a4 commit 7a06251
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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.

0 comments on commit 7a06251

Please sign in to comment.