mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
[Summary] Just pixel hunting
This commit is contained in:
parent
e335107f5d
commit
bc7d2daa02
2 changed files with 20 additions and 7 deletions
|
|
@ -1,13 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<RouteUI bgnormal="#383838" bgactive="#545454">
|
||||
<RouteUI bgnormal="#383838"
|
||||
bgactive="#545454">
|
||||
<Vbox>
|
||||
<EventBox height="1" bgnormal="#494949" bgactive="#494949"/>
|
||||
<EventBox id="upper_drop_indicator" visible="false" noshowall="true" height="2" bgnormal="#1CA3B3" bgactive="#1CA3B3"/>
|
||||
<HBox box.fill="true" box.expand="true">
|
||||
<EventBox height="1"
|
||||
bgnormal="#494949"
|
||||
bgactive="#494949"/>
|
||||
<EventBox id="upper_drop_indicator"
|
||||
visible="false"
|
||||
noshowall="true"
|
||||
height="2"
|
||||
bgnormal="#1CA3B3"
|
||||
bgactive="#1CA3B3"/>
|
||||
<HBox box.fill="true"
|
||||
box.expand="true">
|
||||
<VBox>
|
||||
<HBox box.expand="true" box.fill="true">
|
||||
<EventBox id="selected_track_color_box" width="29" bgactive="#5BA55C">
|
||||
<HBox box.expand="true"
|
||||
box.fill="true">
|
||||
<EventBox id="selected_track_color_box"
|
||||
width="29"
|
||||
bgnormal="#383838"
|
||||
bgactive="#5BA55C">
|
||||
<HBox>
|
||||
<!--<Igor! width="2" below is the shift from RIGHT side of the space>-->
|
||||
<VBox width="2" box.pack="end"/>
|
||||
|
|
|
|||
|
|
@ -519,7 +519,7 @@
|
|||
table.xfill="true"
|
||||
table.yfill="true"
|
||||
table.yexpand="true"
|
||||
bgnormal="#3E3E3E">
|
||||
bgnormal="#383838">
|
||||
<VBox id="edit_controls_vbox"/>
|
||||
</Layout>
|
||||
<VScrollbar adjustment="vertical_adjustment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue