From d95a3baffa53fa15e63a50b8c226722a4e6c2dee Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 8 May 2011 00:59:34 +0200 Subject: Corrected the button border sizes in the common style TfpgStyle --- src/corelib/fpg_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas index 24e57fee..8a2d01b4 100644 --- a/src/corelib/fpg_main.pas +++ b/src/corelib/fpg_main.pas @@ -2350,7 +2350,7 @@ end; function TfpgStyle.GetButtonBorders: TRect; begin - Result := Rect(5, 5, 5, 5); + Result := Rect(3, 3, 3, 3); end; function TfpgStyle.GetButtonShift: TPoint; -- cgit v1.2.3-70-g09d2