diff --git a/ChangeLog b/ChangeLog index 932ac9dc51..8ea31af16d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-09 Sven Neumann + + * app/dialogs/preferences-dialog.c: tweaked spacings on the Color + Management page. + 2007-08-09 Sven Neumann * plug-ins/print/print-page-layout.c: fixed the behavior when diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c index 0506f7c572..74249be119 100644 --- a/app/dialogs/preferences-dialog.c +++ b/app/dialogs/preferences-dialog.c @@ -2424,14 +2424,15 @@ prefs_dialog_new (Gimp *gimp, gtk_table_attach_defaults (GTK_TABLE (table), button, 0, 2, row, row + 1); - row++; gtk_widget_show (button); + row++; #endif prefs_enum_combo_box_add (color_config, "display-rendering-intent", 0, 0, _("_Display rendering intent:"), GTK_TABLE (table), row++, NULL); + gtk_table_set_row_spacing (GTK_TABLE (table), row - 1, 12); } if (i == 3) /* printer profile */ @@ -2441,10 +2442,10 @@ prefs_dialog_new (Gimp *gimp, _("_Softproof rendering intent:"), GTK_TABLE (table), row++, NULL); } - - gtk_table_set_row_spacing (GTK_TABLE (table), row - 1, 12); } + gtk_table_set_row_spacing (GTK_TABLE (table), row - 1, 12); + g_object_unref (color_config); button = prefs_enum_combo_box_add (object, "color-profile-policy", 0, 0,