Page 1 of 1

Resizable live filter box

Posted: 27 Oct 2021 14:09
by seanryan
Not sure if this is a bug or intended but after a recent update the live filter box is much wider than previously and I cannot seem to resize it.
LiveFilter.png
I have a widescreen monitor (output from screen; attached)
screen.png
and after the update to 22.30.0200 the live filter box appears to take a minimum width - making the XYplorer window wider does not appear to increase the width of live filter but I cannot find a way to reduce the width in my default window size
LiveFilter_WiderWindow.png
I've also checked the most recent beta and the same issue is present
Any help in resolving this would be very much appreciated.

Thanks
Sean
P.S. Aside from this minor issue XYPlorer really is a fantastic product.

Re: Resizable live filter box

Posted: 27 Oct 2021 14:13
by highend

Code: Select all

v22.30.0004 - 2021-10-02 12:01
    + Live Filter Box: Now you can adjust the width of the box in a snap by
      hitting Shift+Alt+Wheel over the box. The width is increased or decreased
      in steps of 10 pixels. Minimum is 40 pixels, maximum is screen width.
      In case you don't have a mouse with a wheel, you can tweak the value here:
        LiveFilterBoxWidth=200

Re: Resizable live filter box

Posted: 27 Oct 2021 14:49
by admin
The initial width is indeed too extreme on such a big screen. I made a logical mistake there. Fix comes in the next beta.

Re: Resizable live filter box

Posted: 27 Oct 2021 15:34
by seanryan
highend wrote: 27 Oct 2021 14:13

Code: Select all

v22.30.0004 - 2021-10-02 12:01
    + Live Filter Box: Now you can adjust the width of the box in a snap by
      hitting Shift+Alt+Wheel over the box. The width is increased or decreased
      in steps of 10 pixels. Minimum is 40 pixels, maximum is screen width.
      In case you don't have a mouse with a wheel, you can tweak the value here:
        LiveFilterBoxWidth=200
Shift+Alt+Wheel works perfectly - thank you
admin wrote: 27 Oct 2021 14:49 The initial width is indeed too extreme on such a big screen. I made a logical mistake there. Fix comes in the next beta.
Excellent - thanks.