You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MrIkso I made some improvements to search dialog in 6b54cde
I added resource file size filter, and remove these additional edit boxes if not needed, like for search in code, resources options obviously not needed. But making panel invisible not play good with grid box layout (added in this PR), because it will show empty spaces, so I switch it back to wrap flow layout. I add precise calculation of preferred size, so text in titled border not cut out, and input fields size is fine.
It will be nice if you can check my changes, maybe I break some of your intentions from this PR, or maybe you have some ideas for improvements 🙂
@MrIkso I spent a lot of time but still not managed to fix this issue 😭
I also tried other layouts, but wrap layout fills better and allows reducing windows space usage (one line) if window is wide enough. So I will try harder to find a solution, will create a new issue for progress tracking.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improve ui in Search dialog and maybe close #2365
Preview