The minimize/maximize button is smaller than the other two

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
spooky
Posts: 30
Joined: Mon Feb 14, 2022 7:16 am

The minimize/maximize button is smaller than the other two

Post by spooky »

Once you see it you can't unsee it

Image
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: The minimize/maximize button is smaller than the other two

Post by void »

Windows renders the minimize/maximize button.

There's not much I can do here.
(I only see the different size when hovering over the button and only when the window has focus)



To hide the minimize and maximize buttons:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    remove
  • Select: window_style_remove
  • Set the value to: 0x00030000
  • Click OK.
    ---
  • Close the Everything search window.
  • Re-open the Everything search window.
Both the minimize and maximize buttons need to be disabled to hide them.
Otherwise, they are still shown and only disabled.



Window Styles:
https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles




To hide the Window caption:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    caption
  • Select: window_caption
  • Set the value to: false
  • Click OK.
Post Reply