Remove hard-coded grid from SongEditor
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user