[Libreoffice-commits] .: Branch 'feature/calc-key-binding-compat' - sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Oct 13 14:29:35 PDT 2010


 sc/source/ui/src/optdlg.src |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 7b289bde77fcf33ffe2114828c969401d5bda7a0
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Oct 13 17:28:39 2010 -0400

    Slightly reworked the Compatibility option page.
    
    This looks better than the old one.  I took the design from the
    Security option page.

diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index 82b489e..ac85805 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -296,15 +296,16 @@ TabPage RID_SCPAGE_COMPATIBILITY
 
     FixedText FT_KEY_BINDINGS
     {
-        Pos = MAP_APPFONT ( 21, 16 ) ;
-        Size = MAP_APPFONT ( 80, 8 ) ;
-        Text [ en-US ] = "~Key bindings" ;
+        Pos = MAP_APPFONT ( 12, 16 ) ;
+        Size = MAP_APPFONT ( 165, 24 ) ;
+        Wordbreak = TRUE;
+        Text [ en-US ] = "Select desired ~key binding type. This may overwrite the existing key bindings if any." ;
     };
 
     ListBox LB_KEY_BINDINGS
     {
         Border = TRUE ;
-        Pos = MAP_APPFONT ( 85, 14 ) ;
+        Pos = MAP_APPFONT ( 179, 20 ) ;
         Size = MAP_APPFONT ( 75, 46 ) ;
         DropDown = TRUE ;
         StringList [ en-US ] =


More information about the Libreoffice-commits mailing list