summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/NewSubpatchWindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/NewSubpatchWindow.cpp b/src/gui/NewSubpatchWindow.cpp
index d0c0f0da..51a8651a 100644
--- a/src/gui/NewSubpatchWindow.cpp
+++ b/src/gui/NewSubpatchWindow.cpp
@@ -44,6 +44,8 @@ NewSubpatchWindow::NewSubpatchWindow(BaseObjectType* cobject,
_cancel_button->signal_clicked().connect(sigc::mem_fun(this, &NewSubpatchWindow::cancel_clicked));
_ok_button->property_sensitive() = false;
+
+ _poly_spinbutton->get_adjustment()->configure(1.0, 1.0, 128, 1.0, 10.0, 0);
}
void