From 895cde07b188dd3bac009cddff784f064c5cd466 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Mon, 19 May 2008 18:40:33 +0000 Subject: [PATCH] actually include stylesheet changes git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@998 0778d3d1-df1d-0410-868b-ea421aaaa00d --- data/themes/default/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 0858addc9..f8e11ccfc 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -46,4 +46,23 @@ fxMixerView QPushButton { font-size: 9px; } +tripleOscillatorView knob { + color: rgb(1, 114, 216); + qproperty-outerColor: rgb(0, 0, 0); + qproperty-innerRadius: 1; + qproperty-outerRadius: 6.5; + qproperty-centerPointX: 13.5; + qproperty-centerPointY: 13.5; + qproperty-lineWidth: 2; +} + +kickerInstrumentView knob { + color: rgb(240, 147, 14); + qproperty-outerColor: rgb(30, 35, 37); + qproperty-innerRadius: 4; + qproperty-outerRadius: 11.2; + qproperty-centerPointX: 18.5; + qproperty-centerPointY: 13.5; + qproperty-lineWidth: 3; +}