FLTK logo

[master] 7d4f427 - Fix Fl_Scrollbar layout in test/valuators demo

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] 7d4f427 - Fix Fl_Scrollbar layout in test/valuators demo "Albrecht Schlosser" Nov 21, 2020  
 
commit 7d4f427a93134d8f3a6b46879fa19ddfcde72d0e
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Sat Nov 21 13:21:11 2020 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Sat Nov 21 13:21:11 2020 +0100

    Fix Fl_Scrollbar layout in test/valuators demo

 test/valuators.fl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git test/valuators.fl test/valuators.fl
index 3911f44..1db8083 100644
--- test/valuators.fl
+++ test/valuators.fl
@@ -120,13 +120,13 @@ Function {} {open
       label FL_HORIZONTAL
       user_data {"Fl_Scrollbar FL_HORIZONTAL"}
       callback callback
-      tooltip {Horizontal Scrollbar} xywh {305 65 95 20} type Horizontal labelsize 8 maximum 100 value 20
+      tooltip {Horizontal Scrollbar} xywh {305 55 95 20} type Horizontal labelsize 8 maximum 100 value 20
     }
     Fl_Scrollbar {} {
-      label 0
+      label {FL_VERTICAL (0) ->}
       user_data {"Fl_Scrollbar FL_VERTICAL"}
-      callback callback
-      tooltip {Vertical Scrollbar} xywh {400 20 20 105} labelsize 8 align 1 maximum 100
+      callback callback selected
+      tooltip {Vertical Scrollbar} xywh {405 30 20 90} labelsize 8 align 13 maximum 100 value 20
     }
     Fl_Box {} {
       label Fl_Adjuster
@@ -208,7 +208,7 @@ Function {} {open
     Fl_Roller {} {
       label 0
       user_data {"Fl_Roller FL_VERTICAL"}
-      callback callback selected
+      callback callback
       tooltip {Vertical Roller} xywh {315 390 20 95} labelsize 8
     }
     Fl_Roller {} {
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'.