[PATCH libreoffice-4-0] Resolves: fdo#64151 increase checkbox size to fit last 'h' i...

Caolán McNamara (via_Code_Review) gerrit at gerrit.libreoffice.org
Wed Jun 5 01:35:41 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/4162

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/4162/1

Resolves: fdo#64151 increase checkbox size to fit last 'h' into it

Change-Id: I3e49741f127df07f55fedc780dc8c6ee5cedb26d
---
M sw/source/ui/config/optdlg.src
1 file changed, 2 insertions(+), 2 deletions(-)



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 @@
     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 @@
     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

-- 
To view, visit https://gerrit.libreoffice.org/4162
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e49741f127df07f55fedc780dc8c6ee5cedb26d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Caolán McNamara <caolanm at redhat.com>



More information about the LibreOffice mailing list