mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 22:01:46 +02:00
IDE: Add MinHeight and MinWidth constraints to Code Browser window. Issue #38646.
git-svn-id: trunk@64862 -
This commit is contained in:
parent
783b62526f
commit
705681f4d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user