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 141773 - Sobel plug-in dialog does not conform with HIG
Sobel plug-in dialog does not conform with HIG
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on: 141772
Blocks:
 
 
Reported: 2004-05-03 21:29 UTC by Nathan Summers
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nathan Summers 2004-05-03 21:29:51 UTC
The Sobel plug-in's dialog does not conform with the HIG guidelines.  The frame
labeled "Parameter Settings" is unnecessary and should be removed.  The dialog
border should be set to twelve pixels. It appears that no other changes need to
be made.
Comment 1 Sven Neumann 2004-05-04 09:23:51 UTC
IMHO you are only creating more mork by creating a bug report for each and evey
plug-in. Changing the Sobel plug-in takes less work than it took you to enter
this report into bugzilla, let alone the work it takes to close it again.
Comment 2 Sven Neumann 2004-05-04 09:28:59 UTC
To prove this statement, I've fixed it:

2004-05-04  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/sobel.c (sobel_dialog): removed frame, adjusted
	spacing, fixes bug #141773.

The diff is tiny:
 sobel.c |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

Comment 3 Nathan Summers 2004-05-04 23:23:04 UTC
The point is to document and track where we have fixed the dialogs and what is
left to do.
Comment 4 Sven Neumann 2004-05-05 00:13:05 UTC
Posting a short list here when a number of plug-ins has been addressed should be
good enough, shouldn't it?

This is a task that can be performed in a couple of hours by going through the
plug-ins alphabetically, repeating the same changes. This won't work for all
plug-ins but quite a few will be straight-forward to change. Being forced to
close a bug report for every plug-in touched would multiply the effort.