diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-13 21:17:25 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-13 21:17:25 +0200 |
commit | efa3376463340f8c9eed49d229ff00468d333385 (patch) | |
tree | 2a5bfd00822eb5bf984a7c4811db6a39fafc153e | |
parent | d6948bd07f2d8dd4d41bfeb9f4dfbcfc89179eb9 (diff) |
imcrease allowed nick values
-rw-r--r-- | src/gipfel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 16329c5..746cfb5 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -312,7 +312,7 @@ create_control_window() { s_nick->box(FL_THIN_DOWN_BOX); s_nick->labelsize(10); s_nick->step(0.01); - s_nick->bounds(-20.0, 20.0); + s_nick->bounds(-40.0, 20.0); s_nick->slider(FL_UP_BOX); s_nick->callback((Fl_Callback*)nick_cb); s_nick->align(FL_ALIGN_TOP); |