mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
16 lines
438 B
XML
16 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<CompactMeterStrip bgnormal="#353535"
|
|
meterwidth="5"
|
|
thinmeterwidth="2">
|
|
<VBox spacing="6">
|
|
<EventBox bgnormal="#212121">
|
|
<Hbox id="level_meter_home"
|
|
height="51"/>
|
|
</EventBox>
|
|
<EventBox id="record_indicator"
|
|
bgnormal="#000000"
|
|
bgactive="#FF0000"
|
|
height="2"/>
|
|
</VBox>
|
|
</CompactMeterStrip>
|