Comment 12 for bug 1710910

Revision history for this message
In , xalt7x (xalt7x) wrote :

(In reply to Caolán McNamara from comment #9)
> The "original" dialog wasn't resizeable, it was resizeable for a while after
> conversion to .ui and then back to resizeable again.
>
> Its trivial to make it nominally resizeable, just remove the resizeable
> property of False line in sc/uiconfig/scale/ui/standardfilterdialog.ui but
> the dialog doesn't play particularly well when resized, so I'm going to
> personally leave this alone as I don't see it as a regression from the
> original state and I've no enthusiasm to be on the hook to work through
> making it play perfectly when resized.

It works, thank you!
Any chance to make it tunable for a regular user?
---
For those who didn't understand what to do:
sudoedit /usr/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/standardfilterdialog.ui
<property name="resizable">False</property>
<property name="resizable">True</property>