Fix EditPlace so Tab key doesn't get stuck on Private icon (#1168)

Fixes #12139
This commit is contained in:
Paul Culley 2021-02-19 11:22:35 -06:00 committed by GitHub
parent 63c52fa1bb
commit d173809d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 --> <!-- Generated with glade 3.22.2 -->
<interface> <interface>
<requires lib="gtk+" version="3.10"/> <requires lib="gtk+" version="3.10"/>
<requires lib="grampswidgets" version="0.0"/>
<object class="GtkDialog" id="editplace"> <object class="GtkDialog" id="editplace">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="type_hint">dialog</property> <property name="type_hint">dialog</property>
<child type="titlebar">
<placeholder/>
</child>
<child internal-child="vbox"> <child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox19"> <object class="GtkBox" id="dialog-vbox19">
<property name="visible">True</property> <property name="visible">True</property>
@ -101,7 +103,7 @@
<child> <child>
<object class="GtkLabel" id="comment1"> <object class="GtkLabel" id="comment1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">False</property>
<property name="halign">start</property> <property name="halign">start</property>
<property name="label" translatable="yes">Either use the two fields below to enter coordinates (latitude and longitude),</property> <property name="label" translatable="yes">Either use the two fields below to enter coordinates (latitude and longitude),</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>