UPD: Set minimal width for progress dialog

This commit is contained in:
Alexander Koblov 2009-06-23 17:51:50 +00:00
commit 85197e765f

View file

@ -9,6 +9,7 @@ object frmFileOp: TfrmFileOp
ClientHeight = 160
ClientWidth = 522
Constraints.MaxHeight = 180
Constraints.MinWidth = 500
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow