Implement changes from a code review
Use tabs in the style sheets. Make the calculation of the Y offset more concise.
This commit is contained in:
@@ -123,7 +123,7 @@ PianoRoll {
|
||||
qproperty-backgroundShade: rgba( 255, 255, 255, 10 );
|
||||
qproperty-noteModeColor: rgb( 255, 255, 255 );
|
||||
qproperty-noteColor: rgb( 119, 199, 216 );
|
||||
qproperty-noteTextColor: rgb( 255, 255, 255 );
|
||||
qproperty-noteTextColor: rgb( 255, 255, 255 );
|
||||
qproperty-noteOpacity: 128;
|
||||
qproperty-noteBorders: true; /* boolean property, set false to have borderless notes */
|
||||
qproperty-selectedNoteColor: rgb( 0, 125, 255 );
|
||||
|
||||
@@ -142,7 +142,7 @@ PianoRoll {
|
||||
qproperty-backgroundShade: rgba(255, 255, 255, 10);
|
||||
qproperty-noteModeColor: #0bd556;
|
||||
qproperty-noteColor: #0bd556;
|
||||
qproperty-noteTextColor: #ffffff;
|
||||
qproperty-noteTextColor: #ffffff;
|
||||
qproperty-noteOpacity: 165;
|
||||
qproperty-noteBorders: false; /* boolean property, set false to have borderless notes */
|
||||
qproperty-selectedNoteColor: #064d79;
|
||||
|
||||
Reference in New Issue
Block a user