[Libreoffice-commits] core.git: sfx2/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 12:33:28 UTC 2019


 sfx2/uiconfig/ui/documentinfopage.ui |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 1ee156ba9ff0471266e04f5cf7b4ceed1a6b5e87
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed May 29 10:24:35 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed May 29 14:32:22 2019 +0200

    ellipsize over-large locations
    
    Change-Id: I154f97d8e7f5688e9e81b8590f3dc0ab7d84c380
    Reviewed-on: https://gerrit.libreoffice.org/73154
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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>


More information about the Libreoffice-commits mailing list