mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
[Summary] Changed name highlight opacity according to PRD
This commit is contained in:
parent
734bd9095a
commit
e59ebf02bb
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ TimeAxisViewItem::compute_colors (Gdk::Color const & base_color)
|
|||
fill_color = RGBA_TO_UINT(r,g,b,160);
|
||||
|
||||
// place to config
|
||||
uint32_t opacity = 255*0.5; //50%
|
||||
uint32_t opacity = 255*0.8; //80%
|
||||
name_highlight_color = RGBA_TO_UINT(0, 0, 0, opacity);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue