Changeset 281 for ExceptionLogger/UExceptionForm.pas
- Timestamp:
- Oct 5, 2011, 6:14:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ExceptionLogger/UExceptionForm.pas
r265 r281 10 10 11 11 type 12 13 { TMainForm }14 12 15 13 { TExceptionForm } … … 89 87 procedure TExceptionForm.ButtonDetailsClick(Sender: TObject); 90 88 begin 91 if PanelDescription.Height = 0then89 if PanelDescription.Height <= 1 then 92 90 Height := PanelBasic.Height + PanelButtons.Height + 200 93 91 else Height := PanelBasic.Height + PanelButtons.Height;
Note:
See TracChangeset
for help on using the changeset viewer.