Kaydet (Commit) 4df4135e authored tarafından Herbert Dürr's avatar Herbert Dürr

#i124796# fix Preferences->OpenOffice->Appearance tabpage listbox column width

Patch-by: 's avatarThorsten Wagner <thorsten.wagner.4@gmail.com>
üst 5d3e7996
...@@ -187,16 +187,16 @@ ...@@ -187,16 +187,16 @@
#define _FT_WIDTH 120 #define _FT_WIDTH 120
#define _LINE_HEIGHT 15 #define _LINE_HEIGHT 16
#define _FT_HEIGHT 10 #define _FT_HEIGHT 10
#define _CB_WIDTH 130 #define _CB_WIDTH 130
#define _FT_XPOS 14 #define _FT_XPOS 14
#define _CB_XPOS 6 #define _CB_XPOS 6
#define _LB_XPOS 139 #define _LB_XPOS 119
#define _LB_WIDTH 50 #define _LB_WIDTH 70
#define _LB_HEIGHT 50 #define _LB_HEIGHT 50
#define _WN_WIDTH 30 #define _WN_WIDTH 30
#define _WN_HEIGHT 12 #define _WN_HEIGHT 14
#define _WN_XPOS 195 #define _WN_XPOS 195
#define FT_SMARTTAGS 168 #define FT_SMARTTAGS 168
......
...@@ -49,7 +49,7 @@ TabPage RID_SVXPAGE_COLORCONFIG ...@@ -49,7 +49,7 @@ TabPage RID_SVXPAGE_COLORCONFIG
ListBox LB_COLORSCHEME ListBox LB_COLORSCHEME
{ {
HelpID = "cui:ListBox:RID_SVXPAGE_COLORCONFIG: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 ) ; Size = MAP_APPFONT ( 77 , 58 ) ;
Border = TRUE; Border = TRUE;
Sort = TRUE; Sort = TRUE;
...@@ -79,14 +79,14 @@ TabPage RID_SVXPAGE_COLORCONFIG ...@@ -79,14 +79,14 @@ TabPage RID_SVXPAGE_COLORCONFIG
Control CT_COLORCONFIG Control CT_COLORCONFIG
{ {
Pos = MAP_APPFONT ( 12 , 45 ) ; Pos = MAP_APPFONT ( 12 , 45 ) ;
Size = MAP_APPFONT ( 236 , 134 ) ; Size = MAP_APPFONT ( 236 , 138 ) ;
Border = TRUE; Border = TRUE;
DialogControl = TRUE; DialogControl = TRUE;
OutputSize = TRUE ; OutputSize = TRUE ;
ScrollBar VB_VSCROLL ScrollBar VB_VSCROLL
{ {
Pos = MAP_APPFONT ( 228 , 10 ) ; Pos = MAP_APPFONT ( 228 , 10 ) ;
Size = MAP_APPFONT ( 8 , 124 ) ; Size = MAP_APPFONT ( 8 , 128 ) ;
VScroll = TRUE; VScroll = TRUE;
}; };
String ST_ON String ST_ON
...@@ -131,7 +131,7 @@ TabPage RID_SVXPAGE_COLORCONFIG ...@@ -131,7 +131,7 @@ TabPage RID_SVXPAGE_COLORCONFIG
OutputSize = TRUE ; OutputSize = TRUE ;
Pos = MAP_APPFONT ( 0 , 10 ) ; Pos = MAP_APPFONT ( 0 , 10 ) ;
Size = MAP_APPFONT ( 228 , 124 ) ; Size = MAP_APPFONT ( 228 , 128 ) ;
DialogControl = TRUE; DialogControl = TRUE;
FixedText FT_GENERAL FixedText FT_GENERAL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment