[Summary] Change request from Igor (MASTER pane and METER BRIDGE)

This commit is contained in:
VKamyshniy 2014-07-31 23:51:48 +03:00
parent a3a2ca7541
commit 19d024be94
5 changed files with 19 additions and 9 deletions

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

Before After
Before After

View file

@ -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>

View file

@ -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>

View file

@ -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>