[Libreoffice-commits] .: sw/source

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Dec 27 05:40:23 PST 2011


 sw/source/ui/index/cnttab.src |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3a38a8514ab33f9d8b174000ca635db949c16940
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Dec 27 13:19:42 2011 +0100

    Fix position of the 'evaluate up to level' text and numeric field.

diff --git a/sw/source/ui/index/cnttab.src b/sw/source/ui/index/cnttab.src
index 821a2c7..71f034d 100644
--- a/sw/source/ui/index/cnttab.src
+++ b/sw/source/ui/index/cnttab.src
@@ -196,14 +196,14 @@ TabPage TP_TOX_SELECT
     };
     FixedText       FT_LEVEL
     {
-        Pos = MAP_APPFONT ( 130 , 70 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
+        Pos = MAP_APPFONT ( 130 , 72 ) ;
+        Size = MAP_APPFONT ( 95 , 8 ) ;
         Text [ en-US ] = "Evaluate up to level";
     };
     NumericField    NF_LEVEL
     {
         HelpID = "sw:NumericField:TP_TOX_SELECT:NF_LEVEL";
-        Pos = MAP_APPFONT ( 231 , 72 ) ;
+        Pos = MAP_APPFONT ( 231 , 70 ) ;
         Size = MAP_APPFONT ( 20 , 12 ) ;
         Border = TRUE ;
         TabStop = TRUE ;


More information about the Libreoffice-commits mailing list