summaryrefslogtreecommitdiff
path: root/test/device.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-09-07 08:35:41 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-09-07 08:36:13 +0200
commitc57eeada7049adeac4fb819159fc9c06e2542bbc (patch)
tree01b67940b7e5f96e67dbb2444ff329e7a7e143d1 /test/device.cxx
parent148e1df908747bae8b9f616de2b438fa659bceab (diff)
Fix position of the "Return" button.
Diffstat (limited to 'test/device.cxx')
-rw-r--r--test/device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/device.cxx b/test/device.cxx
index e5e827073..154bdb844 100644
--- a/test/device.cxx
+++ b/test/device.cxx
@@ -739,7 +739,7 @@ int main(int argc, char ** argv) {
b_bitmap.image(new Fl_Bitmap(sorceress_bits,sorceress_width,sorceress_height));
new Fl_Clock(360,230+16,120,120);
- Fl_Return_Button * ret = new Fl_Return_Button (360, 360, 120,30, "Return");
+ Fl_Return_Button * ret = new Fl_Return_Button (360, 360+16, 120,30, "Return");
ret->deactivate();
Fl_Button but1(360, 390+16, 30, 30, "@->|");
but1.labelcolor(FL_DARK3);