visualizer-view: hide scrollbar by default

This commit is contained in:
Christian Hergert
2016-09-29 18:14:50 -07:00
parent 4bd72708d7
commit fa58f7a941

View File

@ -31,7 +31,6 @@
<object class="GtkScrollbar" id="scrollbar"> <object class="GtkScrollbar" id="scrollbar">
<property name="adjustment">scroll_adjustment</property> <property name="adjustment">scroll_adjustment</property>
<property name="orientation">horizontal</property> <property name="orientation">horizontal</property>
<property name="visible">true</property>
</object> </object>
</child> </child>
</object> </object>