Ignore:
Timestamp:
Oct 5, 2011, 6:14:15 PM (13 years ago)
Author:
george
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.pas

    r265 r281  
    1010
    1111type
    12 
    13   { TMainForm }
    1412
    1513  { TExceptionForm }
     
    8987procedure TExceptionForm.ButtonDetailsClick(Sender: TObject);
    9088begin
    91   if PanelDescription.Height = 0 then
     89  if PanelDescription.Height <= 1 then
    9290    Height := PanelBasic.Height + PanelButtons.Height + 200
    9391    else Height := PanelBasic.Height + PanelButtons.Height;
Note: See TracChangeset for help on using the changeset viewer.