summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-29 10:24:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-29 14:32:22 +0200
commit1ee156ba9ff0471266e04f5cf7b4ceed1a6b5e87 (patch)
treeef78aa689ae48ee0e5464fabea7a8b434abbad1d /sfx2
parent868d9212a1b4cce7faa3eabc047ab7f312c613de (diff)
ellipsize over-large locations
Change-Id: I154f97d8e7f5688e9e81b8590f3dc0ab7d84c380 Reviewed-on: https://gerrit.libreoffice.org/73154 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/documentinfopage.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui
index 5c1816ddaf4f..5581cb8cdcab 100644
--- a/sfx2/uiconfig/ui/documentinfopage.ui
+++ b/sfx2/uiconfig/ui/documentinfopage.ui
@@ -284,10 +284,11 @@
<object class="GtkLabel" id="showlocation">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="selectable">True</property>
<property name="hexpand">True</property>
- <property name="xalign">0</property>
+ <property name="selectable">True</property>
+ <property name="ellipsize">middle</property>
<property name="max_width_chars">50</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>