summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-23 15:09:34 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-23 15:21:34 +0100
commitbd18d9de2666c3feb394aeaa529a5334690f84b2 (patch)
treec1c62248602055e700a6b4b01ee962579d340871 /src
parent817a97bb65883b0ffdbcf9a8eb5b4431cd8a4331 (diff)
Fix border size of FL_PLASTIC_UP_BOX
Diffstat (limited to 'src')
-rw-r--r--src/fl_boxtype.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx
index 920205b07..cb9226ebe 100644
--- a/src/fl_boxtype.cxx
+++ b/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