Commit 4abfe2a0 authored by Antoine Cellerier's avatar Antoine Cellerier

Use the same order for buttons in the fullscreen interface than in the normal...

Use the same order for buttons in the fullscreen interface than in the normal interface (there's still an extra space between the next and fullscreen toggle buttons ... don't know how to remove it)
parent 61aad70f
......@@ -1000,8 +1000,8 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i,
fsLayout->addWidget( discFrame, 1, 3 );
fsLayout->addWidget( telexFrame, 1, 4 );
fsLayout->addWidget( advControls, 1, 5, Qt::AlignVCenter );
fsLayout->addWidget( fullscreenButton, 1, 6 );
fsLayout->addWidget( fullscreenButton, 1, 5 );
fsLayout->addWidget( advControls, 1, 6, Qt::AlignVCenter );
fsLayout->addWidget( volMuteLabel, 1, 7 );
fsLayout->addWidget( volumeSlider, 1, 8, 1, 2 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment