changed MinimumDialogButtonWidth/Height to var

git-svn-id: trunk@8925 -
This commit is contained in:
mattias 2006-03-13 00:10:16 +00:00
parent 6b1811689a
commit 712eb16a1f

View File

@ -342,7 +342,7 @@ type
property ToPage: Integer read FToPage write FToPage default 0;
end;
const
var
MinimumDialogButtonWidth: integer = 90;
MinimumDialogButtonHeight: integer = 25;