mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Same as r2621 - remove relevant height constraints from object editors. Finally fixes issue #1348.
This commit is contained in:
@@ -3,8 +3,6 @@ object frmRoutineEditor: TfrmRoutineEditor
|
||||
Top = 0
|
||||
Width = 475
|
||||
Height = 484
|
||||
Constraints.MinHeight = 240
|
||||
Constraints.MinWidth = 320
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
|
||||
@@ -65,7 +65,6 @@ object frmTableEditor: TfrmTableEditor
|
||||
Margins.Bottom = 32
|
||||
Align = alClient
|
||||
CheckImageKind = ckSystem
|
||||
Constraints.MinHeight = 50
|
||||
DragMode = dmAutomatic
|
||||
EditDelay = 0
|
||||
Header.AutoSizeIndex = -1
|
||||
@@ -169,8 +168,6 @@ object frmTableEditor: TfrmTableEditor
|
||||
Margins.Bottom = 0
|
||||
ActivePage = tabBasic
|
||||
Align = alTop
|
||||
Constraints.MinHeight = 150
|
||||
Constraints.MinWidth = 304
|
||||
Images = MainForm.PngImageListMain
|
||||
TabOrder = 0
|
||||
OnChange = PageControlMainChange
|
||||
|
||||
@@ -3,8 +3,6 @@ object frmView: TfrmView
|
||||
Top = 0
|
||||
Width = 451
|
||||
Height = 304
|
||||
Constraints.MinHeight = 240
|
||||
Constraints.MinWidth = 320
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
|
||||
Reference in New Issue
Block a user