After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756511 - "Open in other application" dialog too small
"Open in other application" dialog too small
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2015-10-13 15:32 UTC by Bastien Nocera
Modified: 2015-11-02 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
send-to-dialog: Set width-request to 400 (1.80 KB, patch)
2015-10-27 08:31 UTC, Jonas Danielsson
none Details | Review
send-to-dialog: Set width-request to 400 (1.04 KB, patch)
2015-10-27 08:32 UTC, Jonas Danielsson
committed Details | Review

Description Bastien Nocera 2015-10-13 15:32:25 UTC
The title label is ellipsised, and it's about 4 characters wide. A bit small really.
Comment 1 Jonas Danielsson 2015-10-27 08:22:30 UTC
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.
Comment 2 Jonas Danielsson 2015-10-27 08:31:26 UTC
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
Comment 3 Jonas Danielsson 2015-10-27 08:32:52 UTC
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
Comment 4 Jonas Danielsson 2015-11-02 16:38:51 UTC
Attachment 314195 [details] pushed as 328b347 - send-to-dialog: Set width-request to 400