[Summary] Bug fix #45916 "Separation line between trackheader and Mixer panel is not shown"

[Feature reviewed] Igor Maximenko
[Reviewed] YPozdnyakov
This commit is contained in:
Nikolay 2015-02-17 13:50:56 +02:00
parent 7dd6b59be4
commit aad57c0048

View file

@ -655,18 +655,23 @@
table.bottomattach="4"
table.xfill="true"
bgnormal="#353535"/>
<HBox table.leftattach="0"
<VBox table.leftattach="0"
table.rightattach="1"
table.topattach="3"
table.bottomattach="4"
table.xfill="true"
table.yfill="true">
<EventBox bgnormal="#383838"
box.fill="true"
box.expand="true"/>
<EventBox bgnormal="#000000"
width="1"/>
</HBox>
height="1"/>
<HBox box.fill="true"
box.expand="true">
<EventBox bgnormal="#6C6C6C"
box.fill="true"
box.expand="true"/>
<EventBox bgnormal="#000000"
width="1"/>
</HBox>
</VBox>
</Table>
</VPaned>
</HPaned>