mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36: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">
|
<CompactMeterbridge bgnormal="#353535">
|
||||||
<HBox>
|
<HBox>
|
||||||
|
<VBox width="11"/>
|
||||||
<VBox>
|
<VBox>
|
||||||
<icon source="meter_bridge_level_scale.png"/>
|
<icon source="meter_bridge_level_scale.png" box.padding="8"/>
|
||||||
</VBox>
|
</VBox>
|
||||||
|
<VBox width="9"/>
|
||||||
<ScrolledWindow hscroll="always"
|
<ScrolledWindow hscroll="always"
|
||||||
vscroll="never"
|
vscroll="never"
|
||||||
box.expand="true"
|
box.expand="true"
|
||||||
box.fill="true">
|
box.fill="true">
|
||||||
<EventBox bgnormal="#383838">
|
<EventBox bgnormal="#353535">
|
||||||
<VBox>
|
<VBox>
|
||||||
<Hbox height="10"/>
|
<Hbox height="8"/>
|
||||||
<Hbox id="compact_meter_strips_home" spacing="2"/>
|
<Hbox id="compact_meter_strips_home" spacing="2"/>
|
||||||
</VBox>
|
</VBox>
|
||||||
</EventBox>
|
</EventBox>
|
||||||
|
|
|
||||||
|
|
@ -277,9 +277,7 @@
|
||||||
table.yfill="true"
|
table.yfill="true"
|
||||||
table.yexpand="true"
|
table.yexpand="true"
|
||||||
bgnormal="#3E3E3E">
|
bgnormal="#3E3E3E">
|
||||||
<HBox>
|
<VBox id="edit_controls_vbox" height="800"/>
|
||||||
<VBox id="edit_controls_vbox"/>
|
|
||||||
</HBox>
|
|
||||||
</Layout>
|
</Layout>
|
||||||
</Table>
|
</Table>
|
||||||
</VPaned>
|
</VPaned>
|
||||||
|
|
|
||||||
|
|
@ -44,14 +44,24 @@
|
||||||
<Layout bgnormal="#383838"
|
<Layout bgnormal="#383838"
|
||||||
width="47"
|
width="47"
|
||||||
height="83">
|
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">
|
<VBox id="the_icon_home">
|
||||||
<icon id="master_bus_multi_out_mode_icon"
|
<icon id="master_bus_multi_out_mode_icon"
|
||||||
source="master_bus_multi_out_mode.png"/>
|
source="master_bus_multi_out_mode.png"/>
|
||||||
</VBox>
|
</VBox>
|
||||||
<VBox id="level_meter_home"
|
<VBox id="level_meter_home"
|
||||||
height="77"
|
height="61"
|
||||||
x="18"
|
x="18"
|
||||||
y="3"/>
|
y="15"/>
|
||||||
</Layout>
|
</Layout>
|
||||||
</HBox>
|
</HBox>
|
||||||
</VBox>
|
</VBox>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue