From 6d7935ce631e793df1f3a89bb86f5f07f755cbe3 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Wed, 9 Sep 2009 20:23:45 +0000 Subject: [PATCH] Same as r2621 - remove relevant height constraints from object editors. Finally fixes issue #1348. --- source/routine_editor.dfm | 2 -- source/table_editor.dfm | 3 --- source/view.dfm | 2 -- 3 files changed, 7 deletions(-) diff --git a/source/routine_editor.dfm b/source/routine_editor.dfm index 17e159fc..383555b5 100644 --- a/source/routine_editor.dfm +++ b/source/routine_editor.dfm @@ -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 diff --git a/source/table_editor.dfm b/source/table_editor.dfm index 6a129dc1..1a0aaa77 100644 --- a/source/table_editor.dfm +++ b/source/table_editor.dfm @@ -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 diff --git a/source/view.dfm b/source/view.dfm index 9f8d4534..e8ef86c3 100644 --- a/source/view.dfm +++ b/source/view.dfm @@ -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