[Summary] Pixel hunting (corrected black frame around the editor's space).

This commit is contained in:
VKamyshniy 2015-02-02 21:12:06 +02:00
parent 2d8d431303
commit 5d5655d682
2 changed files with 294 additions and 287 deletions

View file

@ -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>

View file

@ -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>