* src/gramps.glade: Replace TextView with TreeView.
svn: r5371
This commit is contained in:
parent
5a6ae0e05c
commit
aee6aa6ccb
@ -1,5 +1,6 @@
|
|||||||
2005-11-07 Alex Roitman <shura@gramps-project.org>
|
2005-11-07 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/EditPlace.py: Convert References to the list view.
|
* src/EditPlace.py: Convert References to the list view.
|
||||||
|
* src/gramps.glade: Replace TextView with TreeView.
|
||||||
|
|
||||||
2005-11-07 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
2005-11-07 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/gramps_main.py: Fix improper active person handling
|
* src/gramps_main.py: Fix improper active person handling
|
||||||
|
@ -15997,22 +15997,13 @@ Other</property>
|
|||||||
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkTextView" id="refinfo">
|
<widget class="GtkTreeView" id="plist">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="editable">False</property>
|
<property name="headers_visible">True</property>
|
||||||
<property name="overwrite">False</property>
|
<property name="rules_hint">False</property>
|
||||||
<property name="accepts_tab">True</property>
|
<property name="reorderable">False</property>
|
||||||
<property name="justification">GTK_JUSTIFY_LEFT</property>
|
<property name="enable_search">True</property>
|
||||||
<property name="wrap_mode">GTK_WRAP_WORD</property>
|
|
||||||
<property name="cursor_visible">True</property>
|
|
||||||
<property name="pixels_above_lines">0</property>
|
|
||||||
<property name="pixels_below_lines">0</property>
|
|
||||||
<property name="pixels_inside_wrap">0</property>
|
|
||||||
<property name="left_margin">0</property>
|
|
||||||
<property name="right_margin">0</property>
|
|
||||||
<property name="indent">0</property>
|
|
||||||
<property name="text" translatable="yes"></property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user