Make the note border radius themeable, fix rendering of notes and volume/pan sliders

This commit is contained in:
Umcaruje
2016-02-01 22:34:23 +01:00
parent f528e3d400
commit 439ab30d51
3 changed files with 42 additions and 16 deletions

View File

@@ -115,6 +115,8 @@ PianoRoll {
qproperty-noteModeColor: rgb( 255, 255, 255 );
qproperty-noteColor: rgb( 119, 199, 216 );
qproperty-barColor: #4afd85;
qproperty-noteBorderRadiusX: 5;
qproperty-noteBorderRadiusY: 2;
}
/* main toolbar oscilloscope - can have transparent bg now */