Resizable live filter box

Things you’d like to miss in the future...
Post Reply
seanryan
Posts: 2
Joined: 26 Oct 2021 17:43

Resizable live filter box

Post 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
LiveFilter.png (25.42 KiB) Viewed 323 times
I have a widescreen monitor (output from screen; attached)
screen.png
screen.png (38.09 KiB) Viewed 323 times
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
LiveFilter_WiderWindow.png (40.83 KiB) Viewed 323 times
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.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Resizable live filter box

Post 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
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Resizable live filter box

Post 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.

seanryan
Posts: 2
Joined: 26 Oct 2021 17:43

Re: Resizable live filter box

Post 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.

Post Reply