summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-10 20:57:26 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-10 20:57:26 +0100
commit5d71671094774d9d35e98bfb6655a45e8fdc5ffd (patch)
tree321a2c54a5ca6c580900ab7458c90dcda809ba6e /src/gipfel.cxx
parent189a55db609cb11f64bba4a5567afa37e65c396b (diff)
increase button size
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 7bec5c6..b5ff265 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -292,10 +292,10 @@ create_control_window() {
i_view_height->callback((Fl_Callback*)view_height_cb);
// Buttons
- Fl_Button *b = new Fl_Button(240, 210, 50, 15, "comp");
+ Fl_Button *b = new Fl_Button(240, 210, 60, 20, "comp");
b->color(FL_RED);
b->callback(comp_cb);
- Fl_Button *b1 = new Fl_Button(320, 210, 50, 15, "guess");
+ Fl_Button *b1 = new Fl_Button(320, 210, 60, 20, "guess");
b1->callback(guess_cb);
b1->color(FL_GREEN);