summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-07-29 17:13:26 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-07-29 17:13:26 +0100
commit02a0aca8283e7acd62eb4223c41a671209e5bf7d (patch)
tree0789af2beda67f017580774b581aaa9b5b2541aa /src/gipfel.cxx
parent6d9fb3fd9c5fe1093ea882077429bb4ecb9b4719 (diff)
popup menu and other stuff
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index e21f5f0..74dba5e 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -225,7 +225,7 @@ create_control_window() {
s_height_dist->box(FL_THIN_DOWN_BOX);
s_height_dist->labelsize(10);
s_height_dist->step(-0.001);
- s_height_dist->bounds(0.2, 0.01);
+ s_height_dist->bounds(0.1, 0.01);
s_height_dist->slider(FL_UP_BOX);
s_height_dist->callback((Fl_Callback*)h_d_cb);
s_height_dist->align(FL_ALIGN_TOP);