* src/gramps.glade: Add ScrolledWindow to RepositoryView to make it look like Source and Place View.

svn: r4722
This commit is contained in:
Martin Hawlisch
2005-05-27 21:10:37 +00:00
parent d07c0ebe29
commit 00fa684aa9
2 changed files with 18 additions and 5 deletions

View File

@@ -3111,13 +3111,24 @@
</child>
<child>
<widget class="GtkTreeView" id="repository_list">
<widget class="GtkScrolledWindow" id="scrolledwindow95">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">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>
<widget class="GtkTreeView" id="repository_list">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">True</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
</widget>
</child>
</widget>
<packing>
<property name="tab_expand">False</property>