Added tooltip for histogram profile toggle button
This commit is contained in:
parent
4c76c7456f
commit
f071d321fd
@ -587,8 +587,9 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
|
||||
// Histogram profile toggle controls
|
||||
toggleHistogramProfile = Gtk::manage (new Gtk::ToggleButton ());
|
||||
toggleHistogramProfile->set_relief(Gtk::RELIEF_NONE);
|
||||
toggleHistogramProfile->set_active(options.rtSettings.HistogramWorking);
|
||||
toggleHistogramProfile->set_relief (Gtk::RELIEF_NONE);
|
||||
toggleHistogramProfile->set_active (options.rtSettings.HistogramWorking);
|
||||
toggleHistogramProfile->set_tooltip_markup ( (M ("PREFERENCES_HISTOGRAM_TOOLTIP")));
|
||||
|
||||
Gtk::VSeparator* vsep3 = Gtk::manage (new Gtk::VSeparator ());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user