sc/uiconfig/scalc/ui/optcompatibilitypage.ui | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
New commits: commit a8b499c938208653cfadbc749201121c520ddb64 Author: Caolán McNamara <[email protected]> Date: Thu Jun 6 12:52:15 2013 +0100 use autowrap rather than a manual wrap for long string really need to get that height for width working Change-Id: I1c8b0675c671464e49c0780b0d02fd4377cd18d1 diff --git a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui index 902ada4..2f4b60c 100644 --- a/sc/uiconfig/scalc/ui/optcompatibilitypage.ui +++ b/sc/uiconfig/scalc/ui/optcompatibilitypage.ui @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> - <!-- interface-requires LibreOffice 1.0 --> <object class="GtkBox" id="OptCompatibilityPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -35,10 +34,12 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Select desired _key binding type. Changing the key binding - type may overwrite some of the existing key bindings.</property> + <property name="yalign">0</property> + <property name="label" translatable="yes">Select desired _key binding type. Changing the key binding type may overwrite some of the existing key bindings.</property> <property name="use_underline">True</property> + <property name="wrap">True</property> <property name="mnemonic_widget">keybindings</property> + <property name="max_width_chars">60</property> </object> <packing> <property name="left_attach">0</property> @@ -51,6 +52,7 @@ <object class="GtkComboBoxText" id="keybindings"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="valign">center</property> <property name="entry_text_column">0</property> <property name="id_column">1</property> <items>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
