mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Decrease minimum height constraint for session manager by 20px, so buttons move lower again on Wine. Closes #1089. Broken in commit:a3cf8b3c927428ec33a0b1096188bc08f695b6c8 for #1074.
This commit is contained in:
@@ -6,7 +6,7 @@ object connform: Tconnform
|
||||
ClientHeight = 451
|
||||
ClientWidth = 649
|
||||
Color = clBtnFace
|
||||
Constraints.MinHeight = 490
|
||||
Constraints.MinHeight = 470
|
||||
Constraints.MinWidth = 640
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
|
||||
Reference in New Issue
Block a user