mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 17:50:43 +02:00
* fcl-db gui test runner: move edit .ini button out of the way a bit
git-svn-id: trunk@26102 -
This commit is contained in:
parent
fbca7ee2cb
commit
f19d65118d
@ -54,7 +54,7 @@ begin
|
||||
inherited Create(AOwner);
|
||||
DBEditButton:=TButton.Create(Self);
|
||||
DBEditButton.Top:=7;
|
||||
DBEditButton.Left:=210;
|
||||
DBEditButton.Left:=340; //to the left of the close button
|
||||
DBEditButton.Height:=32;
|
||||
DBEditButton.Width:=100;
|
||||
DBEditButton.Caption:='Edit database.ini...';
|
||||
|
Loading…
Reference in New Issue
Block a user