The Wayback Machine - https://web.archive.org/web/20211018233125/https://github.com/rizinorg/cutter/issues/2789
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions widget has empty space at bottom #2789

Open
dmknght opened this issue Sep 26, 2021 · 3 comments
Open

Functions widget has empty space at bottom #2789

dmknght opened this issue Sep 26, 2021 · 3 comments

Comments

@dmknght
Copy link
Contributor

@dmknght dmknght commented Sep 26, 2021

Is your feature request related to a problem? Please describe.
There is an unnecessary space of Functions Widget. I think it should be removed to save some space.
image

Describe the solution you'd like

I think the "Functions" widget is having wrong Vbox configurations so it is not expanded -> empty space at bottom. This space should be removed by expanding Vbox to save spaces for GUI

@abhimnc
Copy link

@abhimnc abhimnc commented Oct 8, 2021

@dmknght A newbie here wants to contribute. successfully compiled and build it on ubuntu. Please give me a headstart to resolve issue.

@Surendrajat
Copy link
Member

@Surendrajat Surendrajat commented Oct 10, 2021

@dmknght this is intentional, as the quick filter widget shows the filtered results count in this area:

image

The same is true for all other sections (imports, strings...) where quick filter widget is used.

@dmknght
Copy link
Contributor Author

@dmknght dmknght commented Oct 10, 2021

@dmknght this is intentional, as the quick filter widget shows the filtered results count in this area:

image

The same is true for all other sections (imports, strings...) where quick filter widget is used.

Thank you. I didn't notice that.
Well in this case, the items count and search box could be horizontal box instead of vertical i think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment