* src/gramps.glade: Add ScrolledWindow to RepositoryView to make it look like Source and Place View.
svn: r4722
This commit is contained in:
parent
c980a56abe
commit
bcf7649b87
@ -4,6 +4,8 @@
|
||||
* src/GenericFilter.py: Enable Repositories in full-text search filter
|
||||
* src/RelLib.py: Move constants from RelLib to const
|
||||
* src/plugins/TestcaseGenerator.py: Move constants from RelLib to const
|
||||
* src/gramps.glade: Add ScrolledWindow to RepositoryView to make it
|
||||
look like Source and Place View.
|
||||
|
||||
2005-05-27 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsBSDDB.py (upgrade_7): Add upgrade path for repo changes.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user