mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[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:
parent
7dd6b59be4
commit
aad57c0048
1 changed files with 11 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue