mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
22 lines
610 B
XML
22 lines
610 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<CompactMeterbridge bgnormal="#353535">
|
|
<HBox>
|
|
<VBox width="11"/>
|
|
<VBox>
|
|
<icon source="meter_bridge_level_scale.png" box.padding="8"/>
|
|
</VBox>
|
|
<VBox width="9"/>
|
|
<ScrolledWindow hscroll="always"
|
|
vscroll="never"
|
|
box.expand="true"
|
|
box.fill="true">
|
|
<EventBox bgnormal="#353535">
|
|
<VBox>
|
|
<Hbox height="8"/>
|
|
<Hbox id="compact_meter_strips_home" spacing="3"/>
|
|
</VBox>
|
|
</EventBox>
|
|
</ScrolledWindow>
|
|
</HBox>
|
|
</CompactMeterbridge>
|