summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Faure <jbf.faure@orange.fr>2011-02-20 16:09:30 +0100
committerAndras Timar <timar@fsf.hu>2011-02-27 21:47:57 +0100
commit90db49dae7076e255a6f37787492f5206682cb41 (patch)
tree3acb9bee43728774fc44d4acc252f75f292b2c2a
parent4f5dedef46bb48b19f063536b3c55cd8e46a9d41 (diff)
Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PREC
FT_PREC overwrote BTN_GENERAL_PREC so that French translation was truncated
-rw-r--r--sc/source/ui/src/optdlg.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index 3f13db0bd..86c47fdd5 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -152,20 +152,20 @@ TabPage RID_SCPAGE_CALC
CheckBox BTN_GENERAL_PREC
{
Pos = MAP_APPFONT ( 12 , 147 ) ;
- Size = MAP_APPFONT ( 148 , 10 ) ;
- Text [ en-US ] = "Limit decimals for general number format" ;
+ Size = MAP_APPFONT ( 164 , 10 ) ;
+ Text [ en-US ] = "~Limit decimals for general number format" ;
};
FixedText FT_PREC
{
- Pos = MAP_APPFONT ( 138 , 148 ) ;
- Size = MAP_APPFONT ( 84 , 8 ) ;
+ Pos = MAP_APPFONT ( 169 , 147 ) ;
+ Size = MAP_APPFONT ( 53 , 8 ) ;
Text [ en-US ] = "~Decimal places" ;
Right = TRUE ;
};
NumericField ED_PREC
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 226 , 146 ) ;
+ Pos = MAP_APPFONT ( 226 , 145 ) ;
Size = MAP_APPFONT ( 25 , 12 ) ;
Maximum = 20 ;
Spin = TRUE ;