Skip to content

Commit

Permalink
Color calibration: minor touch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Feb 4, 2025
1 parent dbfff4c commit 455b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iop/channelmixerrgb.c
Original file line number Diff line number Diff line change
Expand Up @@ -4134,7 +4134,7 @@ void gui_init(struct dt_iop_module_t *self)
NOTEBOOK_PAGE(saturation, sat, N_("colorfulness"), N_("output colorfulness"), N_("colorfulness"), FALSE)
g->saturation_version = dt_bauhaus_combobox_from_params(self, "version");
NOTEBOOK_PAGE(lightness, light, N_("brightness"), N_("output brightness"), N_("brightness"), FALSE)
NOTEBOOK_PAGE(grey, grey, N_("gray"), N_("output gray"), N_("gray"), FALSE)
NOTEBOOK_PAGE(grey, grey, N_("B&W"), N_("output gray"), N_("gray"), FALSE)

// start building top level widget
self->widget = gtk_box_new(GTK_ORIENTATION_VERTICAL, DT_BAUHAUS_SPACE);
Expand Down

0 comments on commit 455b384

Please sign in to comment.