소스 검색

UPD: Options dialog initial size

Alexander Koblov 2 년 전
부모
커밋
28d76913cb
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/foptions.lfm

+ 4 - 4
src/foptions.lfm

@@ -1,13 +1,13 @@
 object frmOptions: TfrmOptions
   Left = 372
-  Height = 480
+  Height = 600
   Top = 55
-  Width = 640
+  Width = 800
   HelpType = htKeyword
   ActiveControl = tvTreeView
   Caption = 'Options'
-  ClientHeight = 480
-  ClientWidth = 640
+  ClientHeight = 600
+  ClientWidth = 800
   OnClose = FormClose
   OnCloseQuery = FormCloseQuery
   OnCreate = FormCreate