summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorShivam Kumar Singh <shivamhere247@gmail.com>2020-08-04 14:24:38 +0530
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-08-07 14:09:07 +0200
commitafb68e1f21a539bf93c8131a2a8a6055feec88f1 (patch)
tree4e38fad8eb114999751ca3fc40f438650ea448f3 /svx
parent7c399dabb25c4f40b9ac6fbde6bf0c0592e15d74 (diff)
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@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/inspectortextpanel.ui6
1 files changed, 4 insertions, 2 deletions
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>