mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
[Summary] Fixed color of MASTER bus
This commit is contained in:
parent
4062dafc8b
commit
ae0b34e97a
1 changed files with 4 additions and 4 deletions
|
|
@ -11,10 +11,10 @@
|
|||
<HBox height="17">
|
||||
<EventBox width="29"
|
||||
bgnormal="#424242"
|
||||
bgactive="#242424"/>
|
||||
bgactive="#F48E16"/>
|
||||
<EventBox width="6"
|
||||
bgnormal="#242424"
|
||||
bgactive="#242424"/>
|
||||
bgnormal="#F48E16"
|
||||
bgactive="#F48E16"/>
|
||||
<EventBox width="1"
|
||||
bgnormal="#000000"
|
||||
bgactive="#000000"/>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<EventBox width="1"
|
||||
bgnormal="#424242"
|
||||
bgactive="#424242"/>
|
||||
<EventBox bgnormal="#6C6C6C"
|
||||
<EventBox bgnormal="#424242"
|
||||
bgactive="#6C6C6C">
|
||||
<HBox id="level_meter_home"
|
||||
width="8"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue