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