cutter icon indicating copy to clipboard operation
cutter copied to clipboard

Functions widget has empty space at bottom

Open dmknght opened this issue 3 years ago • 4 comments

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

dmknght avatar Sep 26 '21 16:09 dmknght

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

abhimnc avatar Oct 08 '21 01:10 abhimnc

@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.

Surendrajat avatar Oct 10 '21 14:10 Surendrajat

@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

dmknght avatar Oct 10 '21 15:10 dmknght

Is this issue still open?

Hermit97 avatar Jan 20 '22 22:01 Hermit97