Ignore:
Timestamp:
Jan 17, 2025, 8:00:49 AM (12 days ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Forms/FormItem.pas

    r583 r584  
    176176    if DataType = dtString then begin
    177177      NewControl := TEdit.Create(nil);
    178       NewControl.Width := Scale96ToScreen(300);
     178      NewControl.Width := Scale96ToScreen(200);
    179179    end else
    180180    if DataType = dtColor then begin
Note: See TracChangeset for help on using the changeset viewer.