Merge pull request #16 from sebschub/master

Make place type in Place Reference Editor editable, add tooltip (master)
This commit is contained in:
Nick Hall 2015-04-10 19:14:41 +01:00
commit 1f5c8be4db

View File

@ -320,12 +320,14 @@
<child> <child>
<object class="GtkComboBox" id="place_type"> <object class="GtkComboBox" id="place_type">
<property name="visible">True</property> <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="hexpand">True</property>
<property name="has_entry">True</property> <property name="has_entry">True</property>
<child internal-child="entry"> <child internal-child="entry">
<object class="GtkEntry" id="combobox-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> </object>
</child> </child>
</object> </object>