summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>