mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
[Summary] Pixel hunting (corrected black frame around the editor's space).
This commit is contained in:
parent
2d8d431303
commit
5d5655d682
2 changed files with 294 additions and 287 deletions
|
|
@ -3,6 +3,8 @@
|
|||
<RouteUI bgnormal="#383838"
|
||||
selfdestruct="false"
|
||||
gainmeterscript="inspector_gain_meter.xml">
|
||||
<HBox>
|
||||
<VBox>
|
||||
<VBox>
|
||||
<VBox id="color_palette_home"
|
||||
noshowall="true">
|
||||
|
|
@ -291,4 +293,7 @@
|
|||
<Icon id="rec_enable_indicator_off"
|
||||
source="rec_enable_indicator_off"
|
||||
ui.orphan="true"/>
|
||||
</VBox>
|
||||
<EventBox bgnormal="#000000" width="2"/>
|
||||
</HBox>
|
||||
</RouteUI>
|
||||
|
|
|
|||
|
|
@ -431,13 +431,14 @@
|
|||
</HBox>
|
||||
</VBox>
|
||||
</EventBox>
|
||||
<EventBox bgnormal="#000000" height="1"/>
|
||||
<EventBox bgnormal="#000000"
|
||||
box.pack="end"
|
||||
height="2"/>
|
||||
<HBox box.pack="end"
|
||||
box.fill="true"
|
||||
box.expand="true">
|
||||
<EventBox bgnormal="#000000" width="2"/>
|
||||
<EventBox bgnormal="#000000" width="3"/>
|
||||
<EventBox id="inspector_home"/>
|
||||
<EventBox bgnormal="#000000" width="2"/>
|
||||
<VBox box.fill="true"
|
||||
box.expand="true">
|
||||
<EventBox id="compact_meter_bridge_home"
|
||||
|
|
@ -644,6 +645,7 @@
|
|||
box.fill="true"
|
||||
box.expand="true"/>
|
||||
</VBox>
|
||||
<EventBox bgnormal="#000000" width="3"/>
|
||||
</HBox>
|
||||
</VBox>
|
||||
</Window>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue