From 02a0aca8283e7acd62eb4223c41a671209e5bf7d Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 29 Jul 2005 17:13:26 +0100 Subject: popup menu and other stuff --- src/gipfel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gipfel.cxx') 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); -- cgit v1.2.3