mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 16:13:56 +02:00
TToggleBox.AutoSize = false as default
git-svn-id: trunk@7936 -
This commit is contained in:
parent
7cd65400ed
commit
dff234fb45
@ -1,2 +1,2 @@
|
||||
// Created by Svn2RevisionInc
|
||||
const RevisionStr = 'Unknown';
|
||||
const RevisionStr = '7935M';
|
||||
|
@ -20,6 +20,7 @@ constructor TToggleBox.Create(TheOwner : TComponent);
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
fCompStyle := csToggleBox;
|
||||
AutoSize:=false;
|
||||
SetInitialBounds(0,0,90,25);
|
||||
end;
|
||||
|
||||
|
@ -1038,6 +1038,7 @@ type
|
||||
published
|
||||
property AllowGrayed;
|
||||
property Anchors;
|
||||
property AutoSize default false;
|
||||
property BorderSpacing;
|
||||
property Caption;
|
||||
property Checked;
|
||||
|
Loading…
Reference in New Issue
Block a user