gtk.ScrolledWindow was missing from behind the text editor
(was deleted in r10464). svn: r10525
This commit is contained in:
parent
5a953ce6b8
commit
6ccb9cb3db
@ -15413,6 +15413,15 @@ Very High</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">6</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkScrolledWindow" id="scrolledwindow90">
|
||||
<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_NONE</property>
|
||||
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||
|
||||
<child>
|
||||
<widget class="Custom" id="texteditor">
|
||||
<property name="visible">True</property>
|
||||
@ -15421,6 +15430,8 @@ Very High</property>
|
||||
<property name="int2">0</property>
|
||||
<property name="last_modification_time">Fri, 04 Apr 2008 11:46:59 GMT</property>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
<property name="expand">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user