From bd18d9de2666c3feb394aeaa529a5334690f84b2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 23 Nov 2022 15:09:34 +0100 Subject: Fix border size of FL_PLASTIC_UP_BOX --- src/fl_boxtype.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3