mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
tooltips for export analysis -- russian-fraction lost challenge :)
This commit is contained in:
parent
39ba60aaef
commit
ef365d0310
1 changed files with 3 additions and 0 deletions
|
|
@ -602,6 +602,9 @@ ExportReport::init (const AnalysisResults & ar, bool with_file)
|
||||||
VBox *lrb = manage (new VBox());
|
VBox *lrb = manage (new VBox());
|
||||||
ToggleButton *log = manage (new ToggleButton (S_("Logscale|Lg")));
|
ToggleButton *log = manage (new ToggleButton (S_("Logscale|Lg")));
|
||||||
ToggleButton *rec = manage (new ToggleButton (S_("Rectified|Rf")));
|
ToggleButton *rec = manage (new ToggleButton (S_("Rectified|Rf")));
|
||||||
|
Gtkmm2ext::UI::instance()->set_tip (log, _("Logscale"));
|
||||||
|
Gtkmm2ext::UI::instance()->set_tip (rec, _("Rectified"));
|
||||||
|
|
||||||
lrb->pack_start (*log, false, false, 5);
|
lrb->pack_start (*log, false, false, 5);
|
||||||
lrb->pack_end (*rec, false, false, 5);
|
lrb->pack_end (*rec, false, false, 5);
|
||||||
log->signal_toggled ().connect (sigc::bind (sigc::mem_fun (*this, &ExportReport::on_logscale_toggled), log));
|
log->signal_toggled ().connect (sigc::bind (sigc::mem_fun (*this, &ExportReport::on_logscale_toggled), log));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue