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

--- Comment #4 from Caolán McNamara <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to