Fix empty space at bottom of Functions widget#3563
Draft
manideepikapasarthi wants to merge 3 commits intorizinorg:devfrom
Draft
Fix empty space at bottom of Functions widget#3563manideepikapasarthi wants to merge 3 commits intorizinorg:devfrom
manideepikapasarthi wants to merge 3 commits intorizinorg:devfrom
Conversation
Member
|
please provide screenshot before and after. |
Author
Member
|
Please provide us with a "after" screenshot with the fix applied. |
Collaborator
|
I'm pretty sure the empty space is caused by the status bar not showing any text initially. Try searching for something in the quick filter box. Setting the sizePolicy to Expanding isn't going to do much in this case See #1923 |
Member
|
then maybe we should show something like the initial total amount |
Collaborator
For now, sure But as a long term fix, putting the count indicator alongside the quick filter instead of being below is better. Also allowing the user to fully hide the count indicator through settings seems reasonable IMO |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Your checklist for this pull request
Detailed description
This pull request fixes the extra empty space visible at the bottom of the Functions widget.
The issue was caused by the tree view not expanding properly within the dock widget.
This change updates the size policy of the tree view to allow it to expand correctly and enables the vertical scrollbar only when needed.
No functional behavior is changed; this is a UI/layout improvement only.
Test plan (required)
Result:
Closing issues
closes #2789