diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-12-27 15:41:22 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-12-27 15:41:22 +0100 |
commit | 114b4806e9233140fc42cba0b174a8f21e323a79 (patch) | |
tree | cae82e4ad5e79972b3742fa68d86b7fc3210abb9 /sw | |
parent | 02870470f069120dc0e65b2cdfef5fd2c426e1e9 (diff) |
Thanks to Ivan Timofeev, fix the 'Preview' checkbox in 'Indexes and Tables...'
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/index/cnttab.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/cnttab.src b/sw/source/ui/index/cnttab.src index 71f034d55a7b..c2ce533be1fb 100644 --- a/sw/source/ui/index/cnttab.src +++ b/sw/source/ui/index/cnttab.src @@ -106,7 +106,7 @@ TabDialog DLG_MULTI_TOX }; CheckBox CB_SHOWEXAMPLE { - Size = MAP_APPFONT ( 200, 10 ) ; + Size = MAP_APPFONT ( 45, 10 ) ; Text [ en-US ] = "Preview"; }; Text [ en-US ] = "Insert Index/Table"; |