Page 7 of 7

Re: Unexpected redraw and delayed response to action & unexpected behavior

Posted: 2025-06-25, 20:19 UTC
by white
petermad wrote: 2025-06-25, 16:43 UTC
history.txt wrote:22.06.25 Fixed: Find files, Plugins tab: The sorting buttons now have the same height as in the View Mode configuration dialog (32/64)
Well not here:
Confirmed. Not here too. I look with AutoHotkey Windows Spy and the height is 25 vs 29.

Re: Unexpected redraw and delayed response to action & unexpected behavior

Posted: 2025-06-26, 08:30 UTC
by ghisler(Author)
I can confirm that the button is initially visible when opening the dialog, but it's disabled, so not a big problem. I will fix that in the next version.
Size of the “Sort” buttons
That's very strange, in the user interface designer the height is set to 25 in all 4 places (Delphi/Lazarus, search and configuration). I only kept the larger width in the search dialog. Therefore I cannot change this behaviour, sorry.

Re: Unexpected redraw and delayed response to action & unexpected behavior

Posted: 2025-06-26, 09:04 UTC
by white
ghisler(Author) wrote: 2025-06-26, 08:30 UTC
Size of the “Sort” buttons
That's very strange, in the user interface designer the height is set to 25 in all 4 places (Delphi/Lazarus, search and configuration). I only kept the larger width in the search dialog. Therefore I cannot change this behaviour, sorry.
What does that mean? When the width is smaller the height gets larger? The height is somehow always 29 on the configuration dialog? What exactly is the behavior?

Re: Unexpected redraw and delayed response to action & unexpected behavior

Posted: 2025-06-26, 09:31 UTC
by ghisler(Author)
I found the reason: The main configuration dialog is scaled up by 115% when there is enough space, which isn't done for other dialogs. This is done to give the many options a bit more space to make them easier to read. I will update the history to only report that the buttons were made larger.

Re: Unexpected redraw and delayed response to action & unexpected behavior

Posted: 2025-06-26, 11:36 UTC
by petermad
The main configuration dialog is scaled up by 115%
Does that also explain the cut-off lower border of the bottom button under windows 7? See: https://tcmd.madsenworld.dk/scrollbuttons1155W7.png

Re: Unexpected redraw and delayed response to action & unexpected behavior

Posted: 2025-06-27, 09:12 UTC
by ghisler(Author)
The buttons probably have a minimum height on Windows 7, which isn't reached with 25 pixels.