summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-09 21:54:09 +0000
committerDavid Robillard <d@drobilla.net>2006-10-09 21:54:09 +0000
commitc8f9f3eee8ce989b09e545b1b1bf9132b686ce25 (patch)
tree4641b7210b0b137572f16fe5d64556d47177ad64
parent0c1bca807f7b1017415319a251b0126193a7d661 (diff)
Made bar/beat lines fully opaque.
git-svn-id: svn://localhost/ardour2/trunk@966 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/ardour.colors4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour.colors b/gtk2_ardour/ardour.colors
index 7dbb46f947..4baa60151d 100644
--- a/gtk2_ardour/ardour.colors
+++ b/gtk2_ardour/ardour.colors
@@ -65,8 +65,8 @@ cEnteredAutomationLine 0.87 0.39 0.39 1.00
cEnteredMarker 0.87 0.39 0.39 1.00
cMeterMarker 0.95 0.26 0.36 1.00
cTempoMarker 0.95 0.26 0.36 1.00
-cMeasureLineBeat 0.7 0.7 0.7 0.94
-cMeasureLineBar 0.5 0.5 0.5 0.98
+cMeasureLineBeat 0.7 0.7 0.7 1.00
+cMeasureLineBar 0.5 0.5 0.5 1.00
cGhostTrackBaseOutline 0.00 0.00 0.00 1.00
cGhostTrackBaseFill 0.27 0.00 0.49 0.50
cImageTrackBase 0.87 0.87 0.85 1.00