diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-03 11:50:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-03 11:53:39 +0100 |
commit | c8e39299ac4ced2dc72f373526089b9574a14a8a (patch) | |
tree | 1d010afc25b556acb85ef55405b957c13387c98c /sfx2/uiconfig/ui | |
parent | 39f306df1d5f8daa4747f1e3b26e853c001669f5 (diff) |
Resolves: tdf#89885 use a readonly GtkEntry for location
Change-Id: I324d5e0776da942eae62984b96951d9947702b49
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/documentinfopage.ui | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui index 46e1c28214eb..7d75d8ad7bb2 100644 --- a/sfx2/uiconfig/ui/documentinfopage.ui +++ b/sfx2/uiconfig/ui/documentinfopage.ui @@ -297,13 +297,10 @@ </packing> </child> <child> - <object class="GtkLabel" id="showlocation"> + <object class="GtkEntry" id="showlocation"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hexpand">True</property> - <property name="xalign">0</property> - <property name="wrap">True</property> - <property name="max_width_chars">56</property> + <property name="can_focus">True</property> + <property name="editable">False</property> </object> <packing> <property name="left_attach">1</property> |