cui/uiconfig/ui/specialcharacters.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 469369b391c805938c46206286d11b45cd65b0ae Author: Akshay Deep <[email protected]> Date: Wed Aug 9 16:46:55 2017 +0530 tdf#109216 - Alignment/spacing at the new controls in the special characters Change-Id: I7c07750e131060fb8ba796e7dcdc5f5bafcb1d74 Reviewed-on: https://gerrit.libreoffice.org/40916 Tested-by: Jenkins <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui index f210b8a25551..b5d2abc7abf0 100644 --- a/cui/uiconfig/ui/specialcharacters.ui +++ b/cui/uiconfig/ui/specialcharacters.ui @@ -77,7 +77,7 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="row_spacing">6</property> + <property name="row_spacing">12</property> <property name="column_spacing">12</property> <child> <object class="GtkGrid" id="grid2"> @@ -275,7 +275,7 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="specialcharacters|favbtn|tooltip_text">Maximum Limit: 16 Characters</property> - <property name="halign">center</property> + <property name="halign">end</property> </object> <packing> <property name="left_attach">0</property> @@ -314,7 +314,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">12</property> + <property name="spacing">6</property> <child> <object class="GtkLabel" id="symboltext1"> <property name="visible">True</property> @@ -545,7 +545,7 @@ <property name="can_focus">False</property> <property name="margin_top">4</property> <property name="orientation">vertical</property> - <property name="spacing">12</property> + <property name="spacing">6</property> <child> <object class="GtkLabel" id="symboltext2"> <property name="visible">True</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
