Make place type in Place Reference Editor editable, add tooltip

This commit is contained in:
Sebastian Schubert 2015-04-09 14:23:31 +02:00 committed by Ross Gammon
parent 74e5f0dc2c
commit 114decfb3d

View File

@ -320,12 +320,14 @@
<child>
<object class="GtkComboBox" id="place_type">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">What type of place this is. Eg 'Country', 'City', ... .</property>
<property name="hexpand">True</property>
<property name="has_entry">True</property>
<child internal-child="entry">
<object class="GtkEntry" id="combobox-entry">
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="overwrite_mode">True</property>
</object>
</child>
</object>