diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-04-21 14:26:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-04-21 14:28:38 +0200 |
commit | 29042d096a2c5812ae179e1553367afd21b0f71e (patch) | |
tree | b96ae234bee8a8aaf064129fb29f38e5ae3e7732 /cui | |
parent | ea822495b776a8b0b9d6b99299fdbc7bfc8db340 (diff) |
cui: fix position of ED_LINEDISTMETRIC
I broke that when I added CB_CONTEXTUALSPACING
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/paragrph.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/paragrph.src b/cui/source/tabpages/paragrph.src index d6de18e53d1e..e064ac704f05 100644 --- a/cui/source/tabpages/paragrph.src +++ b/cui/source/tabpages/paragrph.src @@ -235,7 +235,7 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH Disable = TRUE ; Border = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 135 , 133 ) ; + Pos = MAP_APPFONT ( 135 , 147 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Group = TRUE ; Left = TRUE ; |