[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - include/sfx2 sfx2/uiconfig
Szymon Kłos
eszkadev at gmail.com
Fri Jul 3 04:46:27 PDT 2015
include/sfx2/dinfdlg.hxx | 2 +-
sfx2/uiconfig/ui/documentinfopage.ui | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit 4acd1debc1cf1b002e3a3555c4dd7579d3f65e24
Author: Szymon Kłos <eszkadev at gmail.com>
Date: Fri Jul 3 13:03:59 2015 +0200
tdf#83089 : Cannot select location in properties dialogue
Change-Id: I008622cb8178cb1c83f72e5919ebc1be0dd9a2d5
(cherry picked from commit 7976422efedb973c17d7af3f6fa69325c632a0d2)
Signed-off-by: Michael Stahl <mstahl at redhat.com>
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index eb589bd..a8b7d04 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 4697207..633ffa1 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>
More information about the Libreoffice-commits
mailing list