Skip to content

Commit

Permalink
Set the exposure adjustment picker tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforce authored and TurboGit committed Dec 1, 2024
1 parent 9998ab6 commit 77fa502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iop/exposure.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,7 @@ void gui_init(dt_iop_module_t *self)
dt_bauhaus_slider_set_digits(g->exposure, 3);
dt_bauhaus_slider_set_format(g->exposure, _(" EV"));
dt_bauhaus_slider_set_soft_range(g->exposure, -3.0, 4.0);
dt_bauhaus_widget_set_quad_tooltip(g->exposure, _("set the exposure adjustment using the selected area"));

GtkWidget *vbox_deflicker = self->widget =
gtk_box_new(GTK_ORIENTATION_VERTICAL, DT_BAUHAUS_SPACE);
Expand Down

0 comments on commit 77fa502

Please sign in to comment.