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

Shivam Kumar Singh (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 7 12:09:50 UTC 2020


 svx/uiconfig/ui/inspectortextpanel.ui |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit afb68e1f21a539bf93c8131a2a8a6055feec88f1
Author:     Shivam Kumar Singh <shivamhere247 at gmail.com>
AuthorDate: Tue Aug 4 14:24:38 2020 +0530
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Fri Aug 7 14:09:07 2020 +0200

    Set Ellipsize for proper viewing of properties in Inspector
    
    Add ... at the end of long properties
    
    Change-Id: I7ab9eba4c4dab10446d66dcd99d677fa70a455d1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100046
    Tested-by: Jenkins
    Tested-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/svx/uiconfig/ui/inspectortextpanel.ui b/svx/uiconfig/ui/inspectortextpanel.ui
index 3454a32758db..9e3794327a7c 100644
--- a/svx/uiconfig/ui/inspectortextpanel.ui
+++ b/svx/uiconfig/ui/inspectortextpanel.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.36.0 -->
+<!-- Generated with glade 3.20.4 -->
 <interface domain="svx">
   <requires lib="gtk+" version="3.18"/>
   <object class="GtkTreeStore" id="liststore">
@@ -60,7 +60,9 @@
                     <property name="resizable">True</property>
                     <property name="title" translatable="yes" context="inspectortextpanel|property">Properties</property>
                     <child>
-                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
+                      <object class="GtkCellRendererText" id="cellrenderertext1">
+                        <property name="ellipsize">end</property>
+                      </object>
                       <attributes>
                         <attribute name="sensitive">5</attribute>
                         <attribute name="text">0</attribute>


More information about the Libreoffice-commits mailing list