Fix checkmarks on menus

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1071 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-05 08:55:53 +00:00
parent 686295aaa4
commit 7b6ab86588
2 changed files with 24 additions and 0 deletions

View File

@@ -51,6 +51,21 @@ QMenu::item:disabled {
padding: 4px 32px 4px 20px;
}
QMenu::indicator {
width: 16;
height: 16;
opacity: 0;
background-color: rgb( 192, 192, 192 );
}
QMenu::indicator:checked {
image: url("resources:apply.png");
}
QMenu::indicator:selected {
background-color: rgb(54,57,66);
}
pianoRoll {
background-color: rgb(0, 0, 0);
}
@@ -135,3 +150,7 @@ organicInstrumentView knob#volKnob {
qproperty-centerPointY: 13.8;
qproperty-lineWidth: 3;
}
QToolButton {
padding: 1;
}