From 9d75290fd196729ca10d4970aa4d631b01a53a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 30 Jul 2008 13:47:05 +0000 Subject: [PATCH] INTEGRATION: CWS pb20 (1.10.52); FILE MERGED 2008/07/28 08:44:47 iha 1.10.52.1: #i91989# Chart > Object properties > Data labels tab : string truncated --- chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc b/chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc index 4ea132202ff0..3943056164b7 100644 --- a/chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc +++ b/chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: res_DataLabel_tmpl.hrc,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -57,7 +57,7 @@ CheckBox CB_VALUE_AS_NUMBER \ { \ HelpID = HID_SCH_DATALABEL_VALUE; \ Pos = MAP_APPFONT ( xpos , ypos ) ; \ - Size = MAP_APPFONT ( 120 , 10 ) ; \ + Size = MAP_APPFONT ( 136 , 10 ) ; \ TabStop = TRUE ; \ Text [ en-US ] = "Show value as ~number" ; \ }; \ @@ -73,7 +73,7 @@ CheckBox CB_VALUE_AS_PERCENTAGE \ { \ HelpID = HID_SCH_DATALABEL_PERCENT; \ Pos = MAP_APPFONT ( xpos , ypos+30 ) ; \ - Size = MAP_APPFONT ( 120 , 10 ) ; \ + Size = MAP_APPFONT ( 136 , 10 ) ; \ TabStop = TRUE ; \ Text [ en-US ] = "Show value as ~percentage" ; \ }; \ @@ -89,7 +89,7 @@ CheckBox CB_CATEGORY \ { \ HelpID = HID_SCH_DATALABEL_TEXT; \ Pos = MAP_APPFONT ( xpos , ypos+62 ); \ - Size = MAP_APPFONT ( 120 , 10 ); \ + Size = MAP_APPFONT ( 182 , 10 ); \ TabStop = TRUE; \ Text [ en-US ] = "Show ~category"; \ }; \