summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-12-27 13:19:42 +0100
committerJan Holesovsky <kendy@suse.cz>2011-12-27 14:40:00 +0100
commit3a38a8514ab33f9d8b174000ca635db949c16940 (patch)
tree3dee520bbddc126af9e69d92fd02d611a33e7731
parent7e2f0a0f92e592cb7374ec41d516eca32a8e5c33 (diff)
Fix position of the 'evaluate up to level' text and numeric field.
-rw-r--r--sw/source/ui/index/cnttab.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/index/cnttab.src b/sw/source/ui/index/cnttab.src
index 821a2c7d4505..71f034d55a7b 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 ;