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"
|
<RouteUI bgnormal="#383838"
|
||||||
selfdestruct="false"
|
selfdestruct="false"
|
||||||
gainmeterscript="inspector_gain_meter.xml">
|
gainmeterscript="inspector_gain_meter.xml">
|
||||||
|
<HBox>
|
||||||
|
<VBox>
|
||||||
<VBox>
|
<VBox>
|
||||||
<VBox id="color_palette_home"
|
<VBox id="color_palette_home"
|
||||||
noshowall="true">
|
noshowall="true">
|
||||||
|
|
@ -291,4 +293,7 @@
|
||||||
<Icon id="rec_enable_indicator_off"
|
<Icon id="rec_enable_indicator_off"
|
||||||
source="rec_enable_indicator_off"
|
source="rec_enable_indicator_off"
|
||||||
ui.orphan="true"/>
|
ui.orphan="true"/>
|
||||||
|
</VBox>
|
||||||
|
<EventBox bgnormal="#000000" width="2"/>
|
||||||
|
</HBox>
|
||||||
</RouteUI>
|
</RouteUI>
|
||||||
|
|
|
||||||
|
|
@ -431,13 +431,14 @@
|
||||||
</HBox>
|
</HBox>
|
||||||
</VBox>
|
</VBox>
|
||||||
</EventBox>
|
</EventBox>
|
||||||
<EventBox bgnormal="#000000" height="1"/>
|
<EventBox bgnormal="#000000"
|
||||||
|
box.pack="end"
|
||||||
|
height="2"/>
|
||||||
<HBox box.pack="end"
|
<HBox box.pack="end"
|
||||||
box.fill="true"
|
box.fill="true"
|
||||||
box.expand="true">
|
box.expand="true">
|
||||||
<EventBox bgnormal="#000000" width="2"/>
|
<EventBox bgnormal="#000000" width="3"/>
|
||||||
<EventBox id="inspector_home"/>
|
<EventBox id="inspector_home"/>
|
||||||
<EventBox bgnormal="#000000" width="2"/>
|
|
||||||
<VBox box.fill="true"
|
<VBox box.fill="true"
|
||||||
box.expand="true">
|
box.expand="true">
|
||||||
<EventBox id="compact_meter_bridge_home"
|
<EventBox id="compact_meter_bridge_home"
|
||||||
|
|
@ -644,6 +645,7 @@
|
||||||
box.fill="true"
|
box.fill="true"
|
||||||
box.expand="true"/>
|
box.expand="true"/>
|
||||||
</VBox>
|
</VBox>
|
||||||
|
<EventBox bgnormal="#000000" width="3"/>
|
||||||
</HBox>
|
</HBox>
|
||||||
</VBox>
|
</VBox>
|
||||||
</Window>
|
</Window>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue