Height in a GtkEntryCompletion

Hi,
I am using GtkEntryCompletion, but I have the problem that the height of the popup of the results list is very high and it goes out of the dimensions of my window, I was looking for some property to control the height of the popup but I have not found anything, it is possible to control the height of the popup in a GtkEntryCompletion.

I appreciate your help.

Regards,
Javier

1 Like

Hii
If it is the number of completions that cause the overflow of height, you may try reducing the amount of suggestions to a minimum. Like showing only very essential suggestions. ^^

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.