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>
|
||||
</VBox>
|
||||
</EventBox>
|
||||
<HBox>
|
||||
<EventBox id="master_bus_ui_home"/>
|
||||
<EventBox bgnormal="#D9E99F"
|
||||
width="100"
|
||||
box.fill="true"
|
||||
box.expand="true"/>
|
||||
</HBox>
|
||||
<HBox id="global_hpacker"
|
||||
box.pack="end"
|
||||
box.fill="true"
|
||||
box.expand="true">
|
||||
<VBox>
|
||||
<EventBox id="master_bus_ui_home"/>
|
||||
<EventBox id="inspector_home"
|
||||
box.fill="true"
|
||||
box.expand="true"/>
|
||||
</VBox>
|
||||
<VBox box.fill="true"
|
||||
box.expand="true">
|
||||
<VBox id="global_vpacker"
|
||||
box.fill="true"
|
||||
box.expand="true">
|
||||
</VBox>
|
||||
<EventBox id="mixer_ui_home"
|
||||
box.pack="end"/>
|
||||
</VBox>
|
||||
</HBox>
|
||||
</VBox>
|
||||
</Window>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<RouteUI>
|
||||
<EventBox bgnormal="#383838" bgactive="#545454">
|
||||
<VBox>
|
||||
<EventBox id="color_palette_home" borderwidth="1" visible="false">
|
||||
<EventBox id="color_palette_home" borderwidth="1" noshowall="true" visible="false">
|
||||
<VBox>
|
||||
<iconbutton id="color_palette_button"
|
||||
width="95"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue