You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/05/15 17:45:20 UTC

svn commit: r1594952 - in /openoffice/trunk/main/cui/source/options: optcolor.hrc optcolor.src

Author: hdu
Date: Thu May 15 15:45:20 2014
New Revision: 1594952

URL: http://svn.apache.org/r1594952
Log:
#i124796# fix Preferences->OpenOffice->Appearance tabpage listbox column width

Patch-by: Thorsten Wagner <th...@gmail.com>

Modified:
    openoffice/trunk/main/cui/source/options/optcolor.hrc
    openoffice/trunk/main/cui/source/options/optcolor.src

Modified: openoffice/trunk/main/cui/source/options/optcolor.hrc
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/options/optcolor.hrc?rev=1594952&r1=1594951&r2=1594952&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/options/optcolor.hrc (original)
+++ openoffice/trunk/main/cui/source/options/optcolor.hrc Thu May 15 15:45:20 2014
@@ -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

Modified: openoffice/trunk/main/cui/source/options/optcolor.src
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/options/optcolor.src?rev=1594952&r1=1594951&r2=1594952&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/options/optcolor.src (original)
+++ openoffice/trunk/main/cui/source/options/optcolor.src Thu May 15 15:45:20 2014
@@ -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