GNOME Bugzilla – Bug 760760
Black bottom border in export dialog preview
Last modified: 2016-01-18 17:18:16 UTC
Created attachment 319229 [details] screenshot If you make the export dialog vertically larger, an ugly black space is drawn in the screen. The screenshot attached shows the problem, well, the black space is represented as a transparent space in the PNG file.
Created attachment 319230 [details] [review] exportDialog: Don't expand preview vertically The export dialog drawing area was expanded vertically due to resize policy of the GtkAlignment parent, in those cases, we were drawing just a section of the drawing area, the undrawed section was shown with an ugly black background.
Created attachment 319231 [details] [review] exportDialog: Make the dialog non-resizable This is not the kind of dialog we want to make resizable. The widgets layout is not designed to be expanded.
Nice bug number
Review of attachment 319230 [details] [review]: Thanks Damián!
Review of attachment 319231 [details] [review]: Agreed \o/
Attachment 319230 [details] pushed as 8cdde93 - exportDialog: Don't expand preview vertically Attachment 319231 [details] pushed as a41b0d6 - exportDialog: Make the dialog non-resizable