gtk3-demo: Add a frame to the sidebar

With overlay scrollbars, there's no visible separation between
the sidebar and the content otherwise.
This commit is contained in:
Matthias Clasen 2014-10-27 17:13:36 -04:00
parent f7b1ba0943
commit a680631345

View File

@ -69,6 +69,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">0</property>
<child>
<object class="GtkFrame">
<property name="visible">True</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow">
<property name="width_request">120</property>
@ -106,6 +109,8 @@
</object>
</child>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>