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:
Ansgar Becker
2020-07-17 17:03:59 +02:00
parent 526074981a
commit 0cd90e839d

View File

@@ -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