mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 02:46:15 +01:00
[Summary] Just little reformating
This commit is contained in:
parent
af773d186f
commit
2bae3583fa
1 changed files with 7 additions and 7 deletions
|
|
@ -771,14 +771,14 @@ WavesUI::set_attributes (Gtk::Widget& widget, const XMLNode& definition, const X
|
|||
if (spin_button) {
|
||||
double minval, maxval, step, page;
|
||||
|
||||
spin_button.get_range (minval, maxval);
|
||||
spin_button.set_range (xml_property (definition, "min", styles, minval),
|
||||
xml_property (definition, "max", styles, maxval));
|
||||
spin_button->get_range (minval, maxval);
|
||||
spin_button->set_range (xml_property (definition, "min", styles, minval),
|
||||
xml_property (definition, "max", styles, maxval));
|
||||
|
||||
spin_button.get_increments(step, page);
|
||||
spin_button.set_range (xml_property (definition, "step", styles, step),
|
||||
xml_property (definition, "page", styles, page));
|
||||
spin_button.set_value (xml_property (definition, "min", styles, minval));
|
||||
spin_button->get_increments(step, page);
|
||||
spin_button->set_range (xml_property (definition, "step", styles, step),
|
||||
xml_property (definition, "page", styles, page));
|
||||
spin_button->set_value (xml_property (definition, "min", styles, minval));
|
||||
}
|
||||
|
||||
Gtk::Box* box = dynamic_cast<Gtk::Box*> (&widget);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue