Browse Source

Fix TBGRAFlashProgressBar missing BorderSpacing property #137

Melchiorre Caruso 11 months ago
parent
commit
04461868ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bgraflashprogressbar.pas

+ 1 - 0
bgraflashprogressbar.pas

@@ -150,6 +150,7 @@ type
 
 
   published
   published
     property Align;
     property Align;
+    property BorderSpacing;
     property Anchors;
     property Anchors;
     property Caption;
     property Caption;
     property CaptionShowPercent: Boolean read FCaptionShowPercent write SetCaptionShowPercent default False;
     property CaptionShowPercent: Boolean read FCaptionShowPercent write SetCaptionShowPercent default False;