fix positioning problem by putting edit/combobox on top of property- and eventgrid

git-svn-id: trunk@5521 -
This commit is contained in:
micha 2004-05-29 11:08:05 +00:00
parent 293f086b89
commit fb64a7db1a

View File

@ -2805,9 +2805,11 @@ begin
with PropertyGrid do begin
Name:='PropertyGrid';
Parent:=NoteBook.Page[0];
{
ValueEdit.Parent:=Parent;
ValueComboBox.Parent:=Parent;
ValueButton.Parent:=Parent;
}
Selection:=Self.FSelection;
Align:=alClient;
PopupMenu:=MainPopupMenu;
@ -2820,9 +2822,11 @@ begin
with EventGrid do begin
Name:='EventGrid';
Parent:=NoteBook.Page[1];
{
ValueEdit.Parent:=Parent;
ValueComboBox.Parent:=Parent;
ValueButton.Parent:=Parent;
}
Selection:=Self.FSelection;
Align:=alClient;
PopupMenu:=MainPopupMenu;