|
@@ -83,8 +83,8 @@ constructor TBitmapButton.Create(AOwner: TComponent);
|
|
begin
|
|
begin
|
|
inherited;
|
|
inherited;
|
|
ControlStyle := ControlStyle + [csReplicatable];
|
|
ControlStyle := ControlStyle + [csReplicatable];
|
|
- FFocusBorderWidth := 2;
|
|
|
|
- FFocusBorderHeight := 2;
|
|
|
|
|
|
+ FFocusBorderWidth := 1;
|
|
|
|
+ FFocusBorderHeight := 1;
|
|
FImpl.Init(Self, 2*FFocusBorderWidth, 2*FFocusBorderHeight);
|
|
FImpl.Init(Self, 2*FFocusBorderWidth, 2*FFocusBorderHeight);
|
|
TabStop := True;
|
|
TabStop := True;
|
|
Height := 105;
|
|
Height := 105;
|