[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sw/source

Caolán McNamara caolanm at redhat.com
Wed Jun 5 01:45:31 PDT 2013


 sw/source/ui/config/optdlg.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9743dc5aca9f286b869614c944168737a2c2be28
Author: Caolán McNamara <caolanm at redhat.com>
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 <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

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


More information about the Libreoffice-commits mailing list