Added a ScrolledWindow around the navigator.
This commit is contained in:
parent
7693f336ba
commit
e03cc4ed4c
|
@ -496,6 +496,15 @@
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
|
<child>
|
||||||
|
<widget class="GtkScrolledWindow" id="scrolledwindow11">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">True</property>
|
||||||
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
||||||
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
||||||
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
||||||
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="Custom" id="navigator_view">
|
<widget class="Custom" id="navigator_view">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
@ -504,6 +513,8 @@
|
||||||
<property name="int2">0</property>
|
<property name="int2">0</property>
|
||||||
<property name="last_modification_time">Sat, 15 Apr 2006 12:34:23 GMT</property>
|
<property name="last_modification_time">Sat, 15 Apr 2006 12:34:23 GMT</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
</child>
|
||||||
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="padding">0</property>
|
<property name="padding">0</property>
|
||||||
<property name="expand">True</property>
|
<property name="expand">True</property>
|
||||||
|
|
Reference in New Issue