Add tooltip for control lines

This commit is contained in:
Lawrence Lee
2020-06-10 13:13:18 -07:00
parent 976cf4c103
commit a120b304f1
2 changed files with 2 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ PerspCorrection::PerspCorrection () : FoldableToolPanel(this, "perspective", M("
img_ctrl_lines_edit = ipers_draw;
Gtk::HBox* control_lines_box = Gtk::manage (new Gtk::HBox());
control_lines_box->set_tooltip_text( M("TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP") );
Gtk::Label* control_lines_label = Gtk::manage (new Gtk::Label (M("TP_PERSPECTIVE_CONTROL_LINES") + ": "));
control_lines_box->pack_start(*control_lines_label, Gtk::PACK_SHRINK);
control_lines_box->pack_start(*lines_button_v);