mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
[Summary] Change request from Igor (MASTER pane and METER BRIDGE)
This commit is contained in:
parent
a3a2ca7541
commit
19d024be94
5 changed files with 19 additions and 9 deletions
BIN
gtk2_ardour/icons/master_bus_master_label.png
Normal file
BIN
gtk2_ardour/icons/master_bus_master_label.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 576 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
|
@ -2,16 +2,18 @@
|
|||
|
||||
<CompactMeterbridge bgnormal="#353535">
|
||||
<HBox>
|
||||
<VBox width="11"/>
|
||||
<VBox>
|
||||
<icon source="meter_bridge_level_scale.png"/>
|
||||
<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="#383838">
|
||||
<EventBox bgnormal="#353535">
|
||||
<VBox>
|
||||
<Hbox height="10"/>
|
||||
<Hbox height="8"/>
|
||||
<Hbox id="compact_meter_strips_home" spacing="2"/>
|
||||
</VBox>
|
||||
</EventBox>
|
||||
|
|
|
|||
|
|
@ -277,9 +277,7 @@
|
|||
table.yfill="true"
|
||||
table.yexpand="true"
|
||||
bgnormal="#3E3E3E">
|
||||
<HBox>
|
||||
<VBox id="edit_controls_vbox"/>
|
||||
</HBox>
|
||||
<VBox id="edit_controls_vbox" height="800"/>
|
||||
</Layout>
|
||||
</Table>
|
||||
</VPaned>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<RouteUI width="97"
|
||||
<RouteUI width="97"
|
||||
height="99"
|
||||
bgnormal="#000000"
|
||||
bgactive="#000000"
|
||||
|
|
@ -44,14 +44,24 @@
|
|||
<Layout bgnormal="#383838"
|
||||
width="47"
|
||||
height="83">
|
||||
<EventBox bgnormal="#4E4E4E"
|
||||
width="1"
|
||||
height="83"/>
|
||||
<EventBox bgnormal="#4E4E4E"
|
||||
width="47"
|
||||
height="1"/>
|
||||
<icon id="master_bus_master_label"
|
||||
source="master_bus_master_label.png"
|
||||
x="1"
|
||||
y="1"/>
|
||||
<VBox id="the_icon_home">
|
||||
<icon id="master_bus_multi_out_mode_icon"
|
||||
source="master_bus_multi_out_mode.png"/>
|
||||
</VBox>
|
||||
<VBox id="level_meter_home"
|
||||
height="77"
|
||||
height="61"
|
||||
x="18"
|
||||
y="3"/>
|
||||
y="15"/>
|
||||
</Layout>
|
||||
</HBox>
|
||||
</VBox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue