X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fregion_view.cc;h=e0b6eddb1ff793173860001fe5260bc48bce9609;hb=691b0c10ac8089efa015e88513d309768fe0f44b;hp=7f6cbfb193bf0f07a29de4e3ec55b7b8123a7307;hpb=6f4f716058aa34639aa5a61bb11f556d29494f52;p=ardour.git diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc index 7f6cbfb193..e0b6eddb1f 100644 --- a/gtk2_ardour/region_view.cc +++ b/gtk2_ardour/region_view.cc @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: regionview.cc 691 2006-07-23 12:03:19Z drobilla $ */ #include @@ -359,9 +358,9 @@ void RegionView::set_frame_color () { if (_region->opaque()) { - fill_opacity = 230; + fill_opacity = 130; } else { - fill_opacity = 100; + fill_opacity = 60; } TimeAxisViewItem::set_frame_color ();