Kaydet (Commit) 082c7ff8 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Moved up the control to keep same top spacing as the other pages.

üst 2bea00d4
...@@ -924,7 +924,7 @@ TabPage RID_SCPAGE_DEFAULTS ...@@ -924,7 +924,7 @@ TabPage RID_SCPAGE_DEFAULTS
}; };
FixedText FT_NSHEETS FixedText FT_NSHEETS
{ {
Pos = MAP_APPFONT ( 12 , 32 ) ; Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 120 , 8 ) ; Size = MAP_APPFONT ( 120 , 8 ) ;
Text [ en-US ] = "Number of worksheets in new document"; Text [ en-US ] = "Number of worksheets in new document";
}; };
...@@ -932,7 +932,7 @@ TabPage RID_SCPAGE_DEFAULTS ...@@ -932,7 +932,7 @@ TabPage RID_SCPAGE_DEFAULTS
{ {
HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_NSHEETS"; HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_NSHEETS";
Border = TRUE ; Border = TRUE ;
Pos = MAP_APPFONT ( 130 , 30 ) ; Pos = MAP_APPFONT ( 130 , 14 ) ;
Size = MAP_APPFONT ( 25 , 12 ) ; Size = MAP_APPFONT ( 25 , 12 ) ;
Minimum = 1 ; Minimum = 1 ;
Maximum = 32000 ; Maximum = 32000 ;
......
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