[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source

Herbert Dürr hdu at apache.org
Thu May 15 09:07:57 PDT 2014


 cui/source/options/optcolor.hrc |    8 ++++----
 cui/source/options/optcolor.src |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 4df4135e32f950925088acd7920af3861c6f3675
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu May 15 15:45:20 2014 +0000

    #i124796# fix Preferences->OpenOffice->Appearance tabpage listbox column width
    
    Patch-by: Thorsten Wagner <thorsten.wagner.4 at gmail.com>

diff --git a/cui/source/options/optcolor.hrc b/cui/source/options/optcolor.hrc
index 809f04f..0e0cbd5 100644
--- a/cui/source/options/optcolor.hrc
+++ b/cui/source/options/optcolor.hrc
@@ -187,16 +187,16 @@
 
 
 #define _FT_WIDTH               120
-#define _LINE_HEIGHT            15
+#define _LINE_HEIGHT            16
 #define _FT_HEIGHT              10
 #define _CB_WIDTH               130
 #define _FT_XPOS                14
 #define _CB_XPOS                6
-#define _LB_XPOS                139
-#define _LB_WIDTH               50
+#define _LB_XPOS                119
+#define _LB_WIDTH               70
 #define _LB_HEIGHT              50
 #define _WN_WIDTH               30
-#define _WN_HEIGHT              12
+#define _WN_HEIGHT              14
 #define _WN_XPOS                195
 
 #define FT_SMARTTAGS                    168
diff --git a/cui/source/options/optcolor.src b/cui/source/options/optcolor.src
index 4983f1f..04f0c7a 100644
--- a/cui/source/options/optcolor.src
+++ b/cui/source/options/optcolor.src
@@ -49,7 +49,7 @@ TabPage RID_SVXPAGE_COLORCONFIG
     ListBox LB_COLORSCHEME
     {
         HelpID = "cui:ListBox:RID_SVXPAGE_COLORCONFIG:LB_COLORSCHEME";
-        Pos = MAP_APPFONT ( 65 , 14 ) ;
+        Pos = MAP_APPFONT ( 65 , 13 ) ;
         Size = MAP_APPFONT ( 77 , 58 ) ;
         Border = TRUE;
         Sort = TRUE;
@@ -79,14 +79,14 @@ TabPage RID_SVXPAGE_COLORCONFIG
     Control CT_COLORCONFIG
     {
         Pos = MAP_APPFONT ( 12 , 45 ) ;
-        Size = MAP_APPFONT ( 236 , 134 ) ;
+        Size = MAP_APPFONT ( 236 , 138 ) ;
         Border = TRUE;
         DialogControl = TRUE;
         OutputSize = TRUE ;
         ScrollBar VB_VSCROLL
         {
             Pos = MAP_APPFONT ( 228 , 10 ) ;
-            Size = MAP_APPFONT ( 8 , 124 ) ;
+            Size = MAP_APPFONT ( 8 , 128 ) ;
             VScroll = TRUE;
         };
         String ST_ON
@@ -131,7 +131,7 @@ TabPage RID_SVXPAGE_COLORCONFIG
 
             OutputSize = TRUE ;
             Pos = MAP_APPFONT ( 0 , 10 ) ;
-            Size = MAP_APPFONT ( 228 , 124 ) ;
+            Size = MAP_APPFONT ( 228 , 128 ) ;
             DialogControl = TRUE;
 
             FixedText FT_GENERAL


More information about the Libreoffice-commits mailing list