tweaked spacings on the Color Management page.
2007-08-09 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c: tweaked spacings on the Color Management page. svn path=/trunk/; revision=23167
This commit is contained in:
parent
8baa91b04f
commit
d9f1ceabf6
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-08-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/preferences-dialog.c: tweaked spacings on the Color
|
||||
Management page.
|
||||
|
||||
2007-08-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/print/print-page-layout.c: fixed the behavior when
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue