summaryrefslogtreecommitdiff
path: root/src/gui/gui_checkbox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_checkbox.pas')
-rw-r--r--src/gui/gui_checkbox.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui_checkbox.pas b/src/gui/gui_checkbox.pas
index 463ea405..f0013043 100644
--- a/src/gui/gui_checkbox.pas
+++ b/src/gui/gui_checkbox.pas
@@ -125,7 +125,7 @@ begin
begin
Canvas.SetColor(clText1);
Canvas.SetLineStyle(1, lsDot);
- Canvas.DrawRectangle(1, 1, Width-1, Height-1);
+ Canvas.DrawRectangle(1, 1, Width-2, Height-2);
end;
Canvas.SetLineStyle(1, lsSolid);