[Libreoffice-commits] core.git: sw/uiconfig
Caolán McNamara
caolanm at redhat.com
Wed Jan 8 10:53:30 PST 2014
sw/uiconfig/swriter/ui/opttablepage.ui | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
New commits:
commit 5b29623e0ad6231dd933bd2b2a0017f89436c9d8
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jan 8 18:52:24 2014 +0000
allow long labels to line break
writer table options page (e.g. de)
Change-Id: Ib8f3daad397fc4b8d37979f5c6d1e12b8884677d
diff --git a/sw/uiconfig/swriter/ui/opttablepage.ui b/sw/uiconfig/swriter/ui/opttablepage.ui
index 48a7f3c..4003ffa 100644
--- a/sw/uiconfig/swriter/ui/opttablepage.ui
+++ b/sw/uiconfig/swriter/ui/opttablepage.ui
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.0 on Wed Jan 8 18:48:05 2014 -->
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment">
@@ -337,8 +338,12 @@
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Changes affect the adjacent area only</property>
+ <property name="wrap">True</property>
+ <property name="wrap_mode">char</property>
+ <property name="max_width_chars">50</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -351,8 +356,11 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Changes affect the entire table</property>
+ <property name="wrap">True</property>
+ <property name="max_width_chars">50</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -365,8 +373,11 @@
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Changes affect the table size</property>
+ <property name="wrap">True</property>
+ <property name="max_width_chars">50</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -501,7 +512,6 @@
<property name="can_focus">True</property>
<property name="halign">start</property>
<property name="invisible_char">â</property>
- <property name="invisible_char_set">True</property>
<property name="adjustment">adjustment</property>
<property name="digits">2</property>
</object>
@@ -518,7 +528,6 @@
<property name="can_focus">True</property>
<property name="halign">start</property>
<property name="invisible_char">â</property>
- <property name="invisible_char_set">True</property>
<property name="adjustment">adjustment</property>
<property name="digits">2</property>
</object>
More information about the Libreoffice-commits
mailing list