SongEditor: do not add extra spacing
In commit a73e8636eb we introduced an extra
spacing which is not neccessary and causes layout problems.
Thanks to Vesa for pointing out this issue.
This commit is contained in:
@@ -144,8 +144,6 @@ songEditor::songEditor( song * _song, songEditor * & _engine_ptr ) :
|
||||
engine::mainWindow()->addWidgetToToolBar( hq_btn, 1, col );
|
||||
#endif
|
||||
|
||||
engine::mainWindow()->addSpacingToToolBar( 10 );
|
||||
|
||||
engine::mainWindow()->addWidgetToToolBar( new TimeDisplayWidget, 1, tempoSpinBoxCol );
|
||||
|
||||
engine::mainWindow()->addSpacingToToolBar( 10 );
|
||||
|
||||
Reference in New Issue
Block a user