summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-05-08 00:59:34 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-05-08 00:59:34 +0200
commitd95a3baffa53fa15e63a50b8c226722a4e6c2dee (patch)
tree99f3a687637c7caf968e43967d039da7ca70119f
parentf08de5e4832735bfefe56438325c67e3b0f123dc (diff)
downloadfpGUI-d95a3baffa53fa15e63a50b8c226722a4e6c2dee.tar.xz
Corrected the button border sizes in the common style TfpgStyle
-rw-r--r--src/corelib/fpg_main.pas2
1 files changed, 1 insertions, 1 deletions
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;