Re: GtkLabel max-width-chars with ellipsize broken?

2017-06-10 Thread Eric Cashon via gtk-app-devel-list
Hi infirit, Give the hexpand a try and see if that works. It works for me on Python3.5 and GTK3.18 Eric ... halign=Gtk.Align.CENTER, hexpand=True) .. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.or

GtkLabel max-width-chars with ellipsize broken?

2017-06-10 Thread infirit
Hi, I have been trying to use "max-width-chars" with ellipsize on a label that acts as a page label for a notebook with zero success. It appears it is completely ignored as whatever I use, -1 to 200 nothing ever changes how it looks. How it looks is either we only see a single character with ellips