improved sortseletiondialog for big fonts

git-svn-id: trunk@7533 -
This commit is contained in:
mattias 2005-08-21 21:30:18 +00:00
parent b597a5b6be
commit 7f03be49b1

View File

@ -457,10 +457,9 @@ begin
with PreviewGroupBox do begin
Name:='PreviewGroupBox';
Parent:=Self;
Left:=5;
Top:=5;
Width:=Self.ClientWidth-2*Left;
Height:=Self.ClientHeight-Top-135;
BorderSpacing.Around:=5;
Align:=alTop;
Height:=Self.ClientHeight-Top-140;
Caption:=lisSortSelPreview;
end;
@ -479,7 +478,7 @@ begin
Left:=5;
Top:=PreviewGroupBox.Top+PreviewGroupBox.Height+5;
Width:=((Self.ClientWidth-5) div 2)-Left;
Height:=40;
Height:=45;
Caption:=dlgDirection;
with Items do begin
BeginUpdate;