FLTK logo

[master] c57eead - Fix position of the "Return" button.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] c57eead - Fix position of the "Return" button. "ManoloFLTK" Sep 06, 2020  
 
commit c57eeada7049adeac4fb819159fc9c06e2542bbc
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Mon Sep 7 08:35:41 2020 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Mon Sep 7 08:36:13 2020 +0200

    Fix position of the "Return" button.

 test/device.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git test/device.cxx test/device.cxx
index e5e8270..154bdb8 100644
--- test/device.cxx
+++ 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);
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.