diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-03 13:03:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 13:31:59 +0200 |
commit | 7976422efedb973c17d7af3f6fa69325c632a0d2 (patch) | |
tree | e95db48b127813a6305dc56d2e27dc505a7ecd4e /sfx2 | |
parent | 9136f2344af88d524b6c10b6b2dfd6017bba60ec (diff) |
tdf#83089 : Cannot select location in properties dialogue
Change-Id: I008622cb8178cb1c83f72e5919ebc1be0dd9a2d5
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/documentinfopage.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui index 4697207ce43d..633ffa18c5f8 100644 --- a/sfx2/uiconfig/ui/documentinfopage.ui +++ b/sfx2/uiconfig/ui/documentinfopage.ui @@ -297,10 +297,13 @@ </packing> </child> <child> - <object class="GtkEntry" id="showlocation"> + <object class="GtkLabel" id="showlocation"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="editable">False</property> + <property name="selectable">True</property> + <property name="hexpand">True</property> + <property name="xalign">0</property> + <property name="max_width_chars">50</property> </object> <packing> <property name="left_attach">1</property> |