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:
@@ -1,3 +1,8 @@
|
||||
2008-06-05 Paul Giblock <drfaygo/at/gmail/dot/com>
|
||||
|
||||
* data/themes/default/style.css:
|
||||
fix check-marks on menus. They used to all appear checked no matter what
|
||||
|
||||
2008-06-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/track.h:
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user