Remove hard-coded grid from SongEditor

This commit is contained in:
Tres Finocchiaro
2015-11-13 13:11:37 -05:00
parent a7f8251f4b
commit aaa798c746
3 changed files with 30 additions and 3 deletions

View File

@@ -267,6 +267,8 @@ TrackContentWidget {
stop:0 rgb( 50, 50, 50 ), stop:0.33 rgb( 20, 20, 20 ), stop:1 rgb( 15, 15, 15 ) );
qproperty-lighterColor: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 rgb( 50, 50, 50 ), stop:0.33 rgb( 40, 40, 40 ), stop:1 rgb( 30, 30, 30 ) );
qproperty-gridColor: rgba( 0, 0, 0, 160 );
qproperty-embossColor: rgba( 140, 140, 140, 64 );
}