[Libreoffice-commits] .: Branch 'libreoffice-3-3' - 2 commits - cui/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Dec 6 19:30:47 PST 2010


 cui/source/options/optgdlg.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 76debb82e9bf4c520febb86f5390052e4b8a545e
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Dec 6 22:29:38 2010 -0500

    Make the ODMA check box clickable again. (fdo#32132)

diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src
index f26c3e4..5b14e93 100644
--- a/cui/source/options/optgdlg.src
+++ b/cui/source/options/optgdlg.src
@@ -109,7 +109,7 @@ TabPage OFA_TP_MISC
     CheckBox CB_FILEDLG
     {
         Pos = MAP_APPFONT( COL1, ROW5 );
-        Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT );
+        Size = MAP_APPFONT( COL3 - COL1, RSC_CD_CHECKBOX_HEIGHT );
         Text [ en-US ] = "~Use %PRODUCTNAME dialogs";
     };
     CheckBox CB_ODMADLG
commit a8fc429c6f0a19d7bf8e7aee2a9614498dd89c95
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Dec 6 22:21:21 2010 -0500

    Make 'Reset help agent' button clickable again. (fdo#32132)

diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src
index 7d0a80c..f26c3e4 100644
--- a/cui/source/options/optgdlg.src
+++ b/cui/source/options/optgdlg.src
@@ -85,7 +85,7 @@ TabPage OFA_TP_MISC
     CheckBox CB_HELPAGENT
     {
         Pos = MAP_APPFONT( COL1, ROW3 );
-        Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT );
+        Size = MAP_APPFONT( COL3 - COL1, RSC_CD_CHECKBOX_HEIGHT );
         Text [ en-US ] = "~Help Agent";
     };
     PushButton PB_HELPAGENT_RESET


More information about the Libreoffice-commits mailing list