Skip to content

Commit

Permalink
bug fix: settings window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun committed Nov 23, 2016
1 parent 4722da6 commit 8b85516
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frmSet.pas
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ procedure TWndSet.SizeChange;

end;
begin
caption := inttostr(deffont);
Font.Size := DoubleToInt(DefFont * ScaleX);
M1 := Font.Name + ',' + IntToStr(DefFont);

Expand Down Expand Up @@ -176,7 +175,6 @@ procedure TWndSet.SizeChange;
memo1.Height := SZ4.Height * 3;
memo1.Width := SZ4.width *2;
iMax := Max(Memo1.Width, SZ3.Width);
//caption := inttostr(SZ4.Width);
if SZ2.Width> iMax then
begin
gbFont.Width := sz2.Width + 32;
Expand Down
Binary file modified package/aViewer32bit.exe
Binary file not shown.
Binary file modified package/aViewer64bit.exe
Binary file not shown.

0 comments on commit 8b85516

Please sign in to comment.