Commit 924df6a3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Qt] make slower/faster buttons flat by default in FSC.

parent 977910db
......@@ -781,9 +781,9 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i )
controlLayout->setLayoutMargins( 5, 2, 5, 2, 5 );
/* First line */
controlLayout->addWidget( createWidget( SLOWER_BUTTON ), 0, 0 );
controlLayout->addWidget( createWidget( SLOWER_BUTTON, true ), 0, 0 );
controlLayout->addWidget( createWidget( INPUT_SLIDER ), 0, 1, 1, 13 );
controlLayout->addWidget( createWidget( FASTER_BUTTON ), 0, 14 );
controlLayout->addWidget( createWidget( FASTER_BUTTON, true ), 0, 14 );
/* Second line */
controlLayout->addWidget( createWidget( PLAY_BUTTON, false, true ), 1, 0, 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