summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-05 17:56:38 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-05 17:56:38 +0000
commitee739eb2190046b2844d870fc28b89424b6df84a (patch)
tree9366a7c00694294d6c9e6639eec2078b4c068ef1 /src/gipfel.cxx
parent30ce52c112baec6fcc94193618124ce88f53847c (diff)
faehnchen
faehnchen
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index cc04a60..87689a3 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: gipfel.cxx,v 1.18 2005/05/05 19:44:08 hofmann Exp $"
+// "$Id: gipfel.cxx,v 1.19 2005/05/05 19:56:38 hofmann Exp $"
//
// flpsed program.
//
@@ -40,6 +40,7 @@
#include <FL/Fl_Int_Input.H>
#include <FL/Fl_Menu_Bar.H>
#include <FL/Fl_Menu_Item.H>
+#include <FL/Fl_Value_Slider.H>
#include "GipfelWidget.H"
@@ -177,7 +178,7 @@ int main(int argc, char** argv) {
m = new Fl_Menu_Bar(0, 0, 800, 30);
m->menu(menuitems);
- s_center = new Fl_Slider(50, 30, 750, 15, "direction");
+ s_center = new Fl_Value_Slider(50, 30, 650, 15, "direction");
s_center->type(1);
s_center->box(FL_THIN_DOWN_BOX);
s_center->labelsize(10);