mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:39:15 +02:00
changed MinimumDialogButtonWidth/Height to var
git-svn-id: trunk@8925 -
This commit is contained in:
parent
6b1811689a
commit
712eb16a1f
@ -342,7 +342,7 @@ type
|
|||||||
property ToPage: Integer read FToPage write FToPage default 0;
|
property ToPage: Integer read FToPage write FToPage default 0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
const
|
var
|
||||||
MinimumDialogButtonWidth: integer = 90;
|
MinimumDialogButtonWidth: integer = 90;
|
||||||
MinimumDialogButtonHeight: integer = 25;
|
MinimumDialogButtonHeight: integer = 25;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user