make sure that marker lane doesn't show up by default just because its parent container calls show_all()

This fixes the erroneous display of the marker lane header buttons when the marker lane is disabled at startup
This commit is contained in:
Paul Davis 2014-09-29 12:16:26 -04:00
parent ea17268558
commit 161719b553

View file

@ -381,7 +381,7 @@
<EventBox height="1" <EventBox height="1"
bgnormal="#424242"/> bgnormal="#424242"/>
<EventBox bgnormal="#6C6C6C"> <EventBox bgnormal="#6C6C6C">
<HBox id="marker_lane_hbox"> <HBox id="marker_lane_hbox" noshowall="true">
<Icon source="marker_label.png"/> <Icon source="marker_label.png"/>
<EventBox width="1" <EventBox width="1"
bgnormal="#424242"/> bgnormal="#424242"/>