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 661213 - widget issues in border dialog
widget issues in border dialog
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-10-07 18:26 UTC by Andreas J. Guelzow
Modified: 2011-10-09 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screen shot (22.78 KB, image/png)
2011-10-07 18:26 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2011-10-07 18:26:28 UTC
Created attachment 198558 [details]
screen shot

In the attached screenshot the border in the right border button is invisible
Comment 1 Jean Bréfort 2011-10-08 07:04:59 UTC
Looks like a gtk3 bug. Just like the spacing issues in the image selection dialog. One solution would be to replace all these boxes with GtkGrid, but given the fact that they don't behave the same in gtk 3.0 and 3.2, we might need some #if code to have things work with both versions (like excnaging the row and column spacings if gtk is 3.0).
Comment 2 Jean Bréfort 2011-10-09 09:41:47 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

Used a GtkGrid to fix. One grid replaced 5 boxes or so and some alignments.