mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
gtkrc: remove hard-coded black background around time info box (use theme's darkest)
This commit is contained in:
parent
404a206960
commit
83c23f5f26
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ style "inspector_processor_list" = "processor_list"
|
|||
|
||||
style "time_info_box"
|
||||
{
|
||||
bg[NORMAL] = { 0.00, 0.00, 0.00 }
|
||||
bg[NORMAL] = @darkest
|
||||
}
|
||||
|
||||
style "status_bar_box"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue