FLTK logo

[master] bd18d9d - Fix border size of FL_PLASTIC_UP_BOX

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] bd18d9d - Fix border size of FL_PLASTIC_UP_BOX "Albrecht Schlosser" Nov 23, 2022  
 
commit bd18d9de2666c3feb394aeaa529a5334690f84b2
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Wed Nov 23 15:09:34 2022 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Wed Nov 23 15:21:34 2022 +0100

    Fix border size of FL_PLASTIC_UP_BOX

 src/fl_boxtype.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/fl_boxtype.cxx src/fl_boxtype.cxx
index 920205b..cb9226e 100644
--- src/fl_boxtype.cxx
+++ src/fl_boxtype.cxx
@@ -318,7 +318,7 @@ static struct {
   {fl_border_box,       1,1,2,2,0}, // _FL_OVAL_SHADOW_BOX
   {fl_border_frame,     1,1,2,2,0}, // _FL_OVAL_FRAME
   {fl_flat_box,         0,0,0,0,0}, // _FL_OVAL_FLAT_BOX
-  {fl_up_box,           4,4,8,8,0}, // _FL_PLASTIC_UP_BOX
+  {fl_up_box,           2,2,4,4,0}, // _FL_PLASTIC_UP_BOX
   {fl_down_box,         2,2,4,4,0}, // _FL_PLASTIC_DOWN_BOX
   {fl_up_frame,         2,2,4,4,0}, // _FL_PLASTIC_UP_FRAME
   {fl_down_frame,       2,2,4,4,0}, // _FL_PLASTIC_DOWN_FRAME
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'.