Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Ivan,

Ivan Timofeev píše v Út 27. 12. 2011 v 17:47 +0400:

SwMultiTOXTabDialog is derived from TabDialog. TabDialog uses the weird 
automatic arrangement code, see vcl/source/window/tabdlg.cxx, method 
TabDialog::ImplPosControls(). After executing this method all controls 
below a TabControl will have the same width! And this width is 
calculated as max width of text of control plus some constant 
IMPL_EXTRA_BUTTON_WIDTH. For buttons this works. For checkbox this fails.

Great catch! :-)

So what to do?

1. dirty hack: increase IMPL_EXTRA_BUTTON_WIDTH :)
2. consider type of controls and use an appropriate method to determine 
the width.
3. smth else?

Based on your nice analysis, I pushed this:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=f29c4dca4a451d28d5fef06c966725636e542eeb

[both to master and libreoffice-3-5]

According to what I've tested, this should behave nicely even in the
case the text of the 'Preview' checkbox is actually longer in some
language; but please feel free to fix with something better if you are
not happy with this :-)

Regards,
Kendy


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.