https://bugs.documentfoundation.org/show_bug.cgi?id=151310
--- Comment #7 from Rafael Lima <[email protected]> --- Code pointers: In the .ui file the size is fixed at 150, which is the initial size we get in the preview. Notice the "width-request" of 150 for the widget. https://opengrok.libreoffice.org/xref/core/cui/uiconfig/ui/bulletandposition.ui?r=3170799c#1071 And the reason why the preview is resized is here: https://opengrok.libreoffice.org/xref/core/sd/source/ui/dlg/BulletAndPositionDlg.cxx?r=c91ec113#1188 Notice an apparent hack that explicitly uses 300 as a fixed size after changing the spin buttons. m_aPreviewWIN.set_size_request(aLastLevelLSpace, 300); -- You are receiving this mail because: You are the assignee for the bug.
