Changeset 468 for trunk/NewView/MainForm.pas
- Timestamp:
- Feb 22, 2023, 5:16:16 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/MainForm.pas
r465 r468 4386 4386 StatusPanel.Left:= 0; 4387 4387 StatusPanel.Width:= ClientWidth div 2 - 2; 4388 StatusPanel.Height := TextHeight + Font.InternalLeading + 4;4388 StatusPanel.Height := TextHeight + Font.InternalLeading + 2; 4389 4389 4390 4390 ProgressPanel.Left:= ClientWidth div 2 + 2; 4391 4391 ProgressPanel.Width:= ClientWidth - ProgressPanel.Left; 4392 ProgressPanel.Height := TextHeight + Font.InternalLeading + 4;4392 ProgressPanel.Height := TextHeight + Font.InternalLeading + 2; 4393 4393 4394 4394 Notebook.Bottom := StatusPanel.Height + 3;
Note:
See TracChangeset
for help on using the changeset viewer.