mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
[Submit] Adding empty selection hint to the marker inspector window.
This commit is contained in:
parent
b19a9df790
commit
2f1f07a013
1 changed files with 10 additions and 1 deletions
|
|
@ -13,7 +13,16 @@
|
|||
horzalignment="start"/>
|
||||
<VBox width="104">
|
||||
<VBox id="empty_panel"
|
||||
noshowall="true"/>
|
||||
height="100"
|
||||
noshowall="true">
|
||||
<Label text="No MIDI Marker\ncurrently selected"
|
||||
horzalignment="center"
|
||||
vertalignment="center"
|
||||
justify="center"
|
||||
borderwidth="10"
|
||||
box.fill="true"
|
||||
box.expand="true"/>
|
||||
</VBox>
|
||||
<VBox id="inspector_panel"
|
||||
visible="false"
|
||||
noshowall="true">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue