sw/source/ui/config/optdlg.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9743dc5aca9f286b869614c944168737a2c2be28 Author: Caolán McNamara <[email protected]> Date: Wed Jun 5 09:31:04 2013 +0100 Resolves: fdo#64151 increase checkbox size to fit last 'h' into it Change-Id: I3e49741f127df07f55fedc780dc8c6ee5cedb26d Reviewed-on: https://gerrit.libreoffice.org/4162 Reviewed-by: Fridrich Strba <[email protected]> Tested-by: Fridrich Strba <[email protected]> diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src index 4454fee..03c2943 100644 --- a/sw/source/ui/config/optdlg.src +++ b/sw/source/ui/config/optdlg.src @@ -1039,7 +1039,7 @@ TabPage TP_COMPARISON_OPT CheckBox CB_RSID { Pos = MAP_APPFONT ( 12 , 69 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; + Size = MAP_APPFONT ( 80 , 10 ) ; Text [ en-US ] = "Use ~RSID"; TabStop = TRUE ; Group = TRUE ; @@ -1047,7 +1047,7 @@ TabPage TP_COMPARISON_OPT CheckBox CB_IGNORE { Pos = MAP_APPFONT ( 12 , 82 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; + Size = MAP_APPFONT ( 80 , 10 ) ; Text [ en-US ] = "Ignore ~pieces of length"; }; NumericField NF_LEN
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
