IDE: Add MinHeight and MinWidth constraints to Code Browser window. Issue #38646.

git-svn-id: trunk@64862 -
This commit is contained in:
juha 2021-03-23 09:46:07 +00:00
parent 783b62526f
commit 705681f4d5

View File

@ -7,6 +7,8 @@ object CodeBrowserView: TCodeBrowserView
Caption = 'CodeBrowserView'
ClientHeight = 563
ClientWidth = 645
Constraints.MinHeight = 450
Constraints.MinWidth = 520
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate