mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 15:19:16 +02:00
set default TBitBtn height to 35
git-svn-id: trunk@7273 -
This commit is contained in:
parent
a524c20757
commit
e8c2d61d71
@ -29,7 +29,7 @@ begin
|
||||
FButtonGlyph := TButtonGlyph.Create;
|
||||
FButtonGlyph.OnChange := @GlyphChanged;
|
||||
Align := alNone;
|
||||
SetInitialBounds(0,0,75,25);
|
||||
SetInitialBounds(0,0,75,35);
|
||||
RealizeKind;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user