Merge pull request #370 from diizy/stable-0.4

Song editor, Bitinvader UI tweaks
This commit is contained in:
Tobias Doerffel
2014-02-23 01:04:30 +01:00
4 changed files with 18 additions and 17 deletions

View File

@@ -905,8 +905,8 @@ void trackContentWidget::updateBackground()
QLinearGradient grad2( 0,0, 0, h );
grad2.setColorAt( 0.0, QColor( 50, 50, 50 ) );
grad2.setColorAt( 0.33, QColor( 30, 30, 30 ) );
grad2.setColorAt( 1.0, QColor( 27, 27, 27 ) );
grad2.setColorAt( 0.33, QColor( 40, 40, 40 ) );
grad2.setColorAt( 1.0, QColor( 30, 30, 30 ) );
pmp.fillRect( w, 0, w , h, grad2 );
// draw lines