cui/uiconfig/ui/optctlpage.ui | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-)
New commits: commit f271602f7193ddf584ea58dc6a468e6842d0781e Author: Adolfo Jayme Barrientos <fit...@ubuntu.com> Date: Sun Nov 8 16:31:29 2015 -0600 Improve layout of CTL settings - Kill those evil, space-wasting âhomogeneous widthâ properties - Align Movement and Numerals labels - Bring radio buttons together Change-Id: Ib279f81b48733cccd8dd399549f598a21613076a diff --git a/cui/uiconfig/ui/optctlpage.ui b/cui/uiconfig/ui/optctlpage.ui index 52a8b37..d965e0d 100644 --- a/cui/uiconfig/ui/optctlpage.ui +++ b/cui/uiconfig/ui/optctlpage.ui @@ -125,14 +125,14 @@ <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="row_spacing">6</property> <property name="column_spacing">12</property> - <property name="column_homogeneous">True</property> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">Movement:</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -168,10 +168,13 @@ <property name="group">movementlogical</property> </object> <packing> - <property name="left_attach">2</property> - <property name="top_attach">0</property> + <property name="left_attach">1</property> + <property name="top_attach">1</property> </packing> </child> + <child> + <placeholder/> + </child> </object> </child> </object> @@ -210,15 +213,14 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="column_spacing">12</property> - <property name="column_homogeneous">True</property> <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Numerals:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">numerals</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -263,4 +265,10 @@ </packing> </child> </object> + <object class="GtkSizeGroup" id="sizegroup1"> + <widgets> + <widget name="label3"/> + <widget name="label5"/> + </widgets> + </object> </interface>
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits