GNOME Bugzilla – Bug 756511
"Open in other application" dialog too small
Last modified: 2015-11-02 16:38:55 UTC
The title label is ellipsised, and it's about 4 characters wide. A bit small really.
Why is it ellipsised though? The titlebar does not drive the size of the dialog? Do I need to set a width-request, sounds iffy.
Created attachment 314194 [details] [review] send-to-dialog: Set width-request to 400 The title label gets ellipsised and we do not see the title. It seems the length of the headerbar title does not drive the width of the dialog. This work-around sets a minimum width of 400 for the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=756511
Created attachment 314195 [details] [review] send-to-dialog: Set width-request to 400 The title label gets ellipsised and we do not see the title. It seems the length of the headerbar title does not drive the width of the dialog. This work-around sets a minimum width of 400 for the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=756511
Attachment 314195 [details] pushed as 328b347 - send-to-dialog: Set width-request to 400