mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
[Summary] Progressing UI
This commit is contained in:
parent
c18b86261f
commit
00161bfffd
2 changed files with 14 additions and 3 deletions
|
|
@ -168,20 +168,31 @@
|
||||||
</EventBox>
|
</EventBox>
|
||||||
</VBox>
|
</VBox>
|
||||||
</EventBox>
|
</EventBox>
|
||||||
|
<HBox>
|
||||||
|
<EventBox id="master_bus_ui_home"/>
|
||||||
|
<EventBox bgnormal="#D9E99F"
|
||||||
|
width="100"
|
||||||
|
box.fill="true"
|
||||||
|
box.expand="true"/>
|
||||||
|
</HBox>
|
||||||
<HBox id="global_hpacker"
|
<HBox id="global_hpacker"
|
||||||
box.pack="end"
|
box.pack="end"
|
||||||
box.fill="true"
|
box.fill="true"
|
||||||
box.expand="true">
|
box.expand="true">
|
||||||
<VBox>
|
<VBox>
|
||||||
<EventBox id="master_bus_ui_home"/>
|
|
||||||
<EventBox id="inspector_home"
|
<EventBox id="inspector_home"
|
||||||
box.fill="true"
|
box.fill="true"
|
||||||
box.expand="true"/>
|
box.expand="true"/>
|
||||||
</VBox>
|
</VBox>
|
||||||
|
<VBox box.fill="true"
|
||||||
|
box.expand="true">
|
||||||
<VBox id="global_vpacker"
|
<VBox id="global_vpacker"
|
||||||
box.fill="true"
|
box.fill="true"
|
||||||
box.expand="true">
|
box.expand="true">
|
||||||
</VBox>
|
</VBox>
|
||||||
|
<EventBox id="mixer_ui_home"
|
||||||
|
box.pack="end"/>
|
||||||
|
</VBox>
|
||||||
</HBox>
|
</HBox>
|
||||||
</VBox>
|
</VBox>
|
||||||
</Window>
|
</Window>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<RouteUI>
|
<RouteUI>
|
||||||
<EventBox bgnormal="#383838" bgactive="#545454">
|
<EventBox bgnormal="#383838" bgactive="#545454">
|
||||||
<VBox>
|
<VBox>
|
||||||
<EventBox id="color_palette_home" borderwidth="1" visible="false">
|
<EventBox id="color_palette_home" borderwidth="1" noshowall="true" visible="false">
|
||||||
<VBox>
|
<VBox>
|
||||||
<iconbutton id="color_palette_button"
|
<iconbutton id="color_palette_button"
|
||||||
width="95"
|
width="95"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue