[Libreoffice-bugs] [Bug 130035] GtkComboBox Sidebar

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jan 20 17:33:40 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=130035

--- Comment #4 from Caolán McNamara <caolanm at redhat.com> ---
I think here its because gtk won't allow a size request less than its minimum
size. If you were to in code call widget->set_size_request(65, -1) then we
explicitly ellipsize the cell contents of the combobo widget to try to get it
to shrink down past its natural size which is ok for the general case, but this
case I think has an image in the combobox so that wouldn't work.

IIRC there is another control which lists *just* the arrow heads and not their
names. If we're trying to shrink things to fit then changing over to that
control might give the better results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200120/d1ce9ba7/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list