removed the label between the spinbuttons, it looks silly. Converted tabs
2004-06-20 Sven Neumann <sven@gimp.org> * app/widgets/gimphistogrambox.[ch]: removed the label between the spinbuttons, it looks silly. Converted tabs to spaces, removed trailing whitespace. * app/widgets/gimphistogrameditor.c * app/tools/gimpthresholdtool.c: changed accordingly.
This commit is contained in:

committed by
Sven Neumann

parent
ca7aac79d1
commit
d97fb0a287
@ -34,7 +34,6 @@ struct _GimpHistogramBox
|
||||
{
|
||||
GtkVBox parent_instance;
|
||||
|
||||
GtkWidget *label;
|
||||
GtkWidget *slider_area;
|
||||
GimpHistogramView *view;
|
||||
|
||||
@ -55,7 +54,7 @@ struct _GimpHistogramBoxClass
|
||||
|
||||
GType gimp_histogram_box_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_histogram_box_new (const gchar *label);
|
||||
GtkWidget * gimp_histogram_box_new (void);
|
||||
void gimp_histogram_box_set_channel (GimpHistogramBox *box,
|
||||
GimpHistogramChannel channel);
|
||||
|
||||
|
Reference in New Issue
Block a user