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 691916 - sharing: whitespace issues
sharing: whitespace issues
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sharing
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-17 04:14 UTC by Matthias Clasen
Modified: 2013-01-22 12:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sharing: address padding and alignment issues in the dialogs (8.36 KB, patch)
2013-01-18 12:18 UTC, Thomas Wood
none Details | Review

Description Matthias Clasen 2013-01-17 04:14:57 UTC
There is too little space between 'Computer Name' and the entry. It is also somewhat unusual to put the label above the entry; I don't think we do that anywhere else.


All the popups have issues with too little left and right padding.

All the popups have issues with alignment between close button and content.

The popups shouldn't be resizable.

There should be at least 6 pixels of padding between labels and their controls.

The screen sharing popup should be wider, it is too tall and narrow.

The file chooser on top of the media sharing popup is much too small.
Comment 1 Thomas Wood 2013-01-18 12:18:29 UTC
Created attachment 233749 [details] [review]
sharing: address padding and alignment issues in the dialogs

Increase the padding around the dialog content, fix the alignment
between the close button and content and add padding between labels and
their controls. Also ensure the dialogs are not resizable.

This patch address all of the above concerns, except for the first issue and
the last two issues. I think the first one will need some design input. The
last two are concerned with dialog sizing, but I am unsure exactly how the
minimum size for the dialogs should be determined.
Comment 2 Thomas Wood 2013-01-21 13:58:37 UTC
Comment on attachment 233749 [details] [review]
sharing: address padding and alignment issues in the dialogs

Commit 0dec964 pushed that addresses the above issues, except for the file
chooser dialog size, which is possibly a bug in GTK+. The issue with the screen
sharing dialog being too tall and narrow appears to have been fixed by setting
the dialog as non-resizable.
Comment 3 Thomas Wood 2013-01-22 12:07:50 UTC
The file chooser sizing issue has been confirmed as a GTK+ bug and since all the other issues in this bug have been resolved, I'm marking it as fixed.