mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 02:16:09 +01:00
[Summary] Adding linewrap option for Gtk::Label.
This commit is contained in:
parent
5f29c11b70
commit
706bc57b38
1 changed files with 3 additions and 0 deletions
|
|
@ -921,6 +921,9 @@ WavesUI::set_attributes (Gtk::Widget& widget, const XMLNode& definition, const X
|
|||
if (xml_property (definition, "usemarkup", styles, false)) {
|
||||
label->set_use_markup (true);
|
||||
}
|
||||
if (xml_property (definition, "linewrap", styles, false)){
|
||||
label->set_line_wrap (true);
|
||||
}
|
||||
}
|
||||
|
||||
Gtk::SpinButton* spin_button = dynamic_cast<Gtk::SpinButton*> (&widget);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue