summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-03 13:03:59 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 13:40:06 +0200
commit4acd1debc1cf1b002e3a3555c4dd7579d3f65e24 (patch)
tree8a3a5703f072dba7be106b42dd982ec91b4f8e2e
parent3d26c86bb0bd0b56564d09c2c6ef0befcb785096 (diff)
tdf#83089 : Cannot select location in properties dialogue
Change-Id: I008622cb8178cb1c83f72e5919ebc1be0dd9a2d5 (cherry picked from commit 7976422efedb973c17d7af3f6fa69325c632a0d2) Signed-off-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--include/sfx2/dinfdlg.hxx2
-rw-r--r--sfx2/uiconfig/ui/documentinfopage.ui7
2 files changed, 6 insertions, 3 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index eb589bd8af1a..a8b7d0406b71 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -185,7 +185,7 @@ private:
VclPtr<PushButton> m_pChangePassBtn;
VclPtr<SelectableFixedText> m_pShowTypeFT;
- VclPtr<Edit> m_pFileValEd;
+ VclPtr<SelectableFixedText> m_pFileValEd;
VclPtr<SelectableFixedText> m_pShowSizeFT;
VclPtr<SelectableFixedText> m_pCreateValFt;
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>