[Submit] Adding empty selection hint to the marker inspector window.

This commit is contained in:
VKamyshniy 2015-02-05 23:43:57 +02:00
parent b19a9df790
commit 2f1f07a013

View file

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