[Libreoffice-commits] .: sd/source
Andras Timar
timar at kemper.freedesktop.org
Sun Oct 10 09:52:10 PDT 2010
sd/source/ui/dlg/tpoption.src | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit f093adcd8702ab9e37dd129a146d498464c9f59a
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date: Sun Oct 10 18:50:26 2010 +0200
Draw options window string truncation, Contents page #i113896#
diff --git a/sd/source/ui/dlg/tpoption.src b/sd/source/ui/dlg/tpoption.src
index b5f5ae0..34e256c 100644
--- a/sd/source/ui/dlg/tpoption.src
+++ b/sd/source/ui/dlg/tpoption.src
@@ -46,28 +46,28 @@ TabPage TP_OPTIONS_CONTENTS
CheckBox CBX_RULER
{
Pos = MAP_APPFONT ( 12 , 83 - 69 ) ;
- Size = MAP_APPFONT ( 134 , 10 ) ;
+ Size = MAP_APPFONT ( 160 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Rulers visible" ;
};
CheckBox CBX_HELPLINES
{
Pos = MAP_APPFONT ( 12 , 97 - 69 ) ;
- Size = MAP_APPFONT ( 134 , 10 ) ;
+ Size = MAP_APPFONT ( 160 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Guides when moving" ;
};
CheckBox CBX_HANDLES_BEZIER
{
Pos = MAP_APPFONT ( 12 , 111 - 69 ) ;
- Size = MAP_APPFONT ( 134 , 10 ) ;
+ Size = MAP_APPFONT ( 160 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~All control points in Bézier editor" ;
};
CheckBox CBX_MOVE_OUTLINE
{
Pos = MAP_APPFONT ( 12 , 125 - 69 ) ;
- Size = MAP_APPFONT ( 134 , 10 ) ;
+ Size = MAP_APPFONT ( 160 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Contour of each individual object" ;
};
More information about the Libreoffice-commits
mailing list