Commit e2efbd62 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 fix a layout bug. Spotted by Antoine Lejeune | phytos

parent 97a8dff3
...@@ -515,7 +515,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, ...@@ -515,7 +515,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
controlButLayout->addWidget( nextButton ); controlButLayout->addWidget( nextButton );
/* Add this block to the main layout */ /* Add this block to the main layout */
controlLayout->addLayout( controlButLayout, 3, 3, 1, 3, Qt::AlignBottom ); controlLayout->addLayout( controlButLayout, 3, 3, 1, 3 );
BUTTON_SET_ACT_I( playButton, "", play.png, qtr( "Play" ), play() ); BUTTON_SET_ACT_I( playButton, "", play.png, qtr( "Play" ), play() );
BUTTON_SET_ACT_I( prevButton, "" , previous.png, BUTTON_SET_ACT_I( prevButton, "" , previous.png,
......
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