[EMAIL PROTECTED] schrieb:
Modified: lyx-devel/trunk/src/insets/insetcollapsable.C
URL: 
http://www.lyx.org/trac/file/lyx-devel/trunk/src/insets/insetcollapsable.C?rev=16964
==============================================================================
--- lyx-devel/trunk/src/insets/insetcollapsable.C (original)
+++ lyx-devel/trunk/src/insets/insetcollapsable.C Wed Jan 31 10:55:12 2007
@@ -178,7 +178,7 @@
        }
        dim.asc += TEXT_TO_INSET_OFFSET;
        dim.des += TEXT_TO_INSET_OFFSET;
-       dim.wid += 2 * TEXT_TO_INSET_OFFSET;
+       dim.wid += (int) 1.25 * TEXT_TO_INSET_OFFSET;
        mi.base.textwidth += 2 * TEXT_TO_INSET_OFFSET;
        bool const changed = dim_ != dim;

Abdel,

are dim.wid and and mi.base.textwidth related to each other? In this case, you might have to change the constant in the next line, too.

Michael

Reply via email to