forked from AuroraMiddleware/gtk
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:
parent
f7b1ba0943
commit
a680631345
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user