mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Slightly increase minimum dimensions of user manager dialog. Fixes issue #1746
This commit is contained in:
@ -6,8 +6,8 @@ object UserManagerForm: TUserManagerForm
|
|||||||
ClientHeight = 394
|
ClientHeight = 394
|
||||||
ClientWidth = 560
|
ClientWidth = 560
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
Constraints.MinHeight = 430
|
Constraints.MinHeight = 400
|
||||||
Constraints.MinWidth = 360
|
Constraints.MinWidth = 500
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
|
Reference in New Issue
Block a user