You've already forked lazarus-ccr
GridPrinter: Fix compilation of previous commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8602 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -81,7 +81,7 @@ begin
|
|||||||
delta := TabControl.Height - TabControl.ClientHeight;
|
delta := TabControl.Height - TabControl.ClientHeight;
|
||||||
Constraints.MinHeight := delta + clbLineColor.Top + clbLineColor.Height +
|
Constraints.MinHeight := delta + clbLineColor.Top + clbLineColor.Height +
|
||||||
clbLinecolor.BorderSpacing.Bottom +
|
clbLinecolor.BorderSpacing.Bottom +
|
||||||
ButtonPanel1.Height + ButtonPanel1.BorderSpacing.Around * 2;// +
|
ButtonPanel1.Height + ButtonPanel1.BorderSpacing.Around * 2 +
|
||||||
TabControl.BorderSpacing.Around * 2;
|
TabControl.BorderSpacing.Around * 2;
|
||||||
Constraints.MinWidth := edTextLeft.Left + edTextLeft.Width + Bevel1.Width +
|
Constraints.MinWidth := edTextLeft.Left + edTextLeft.Width + Bevel1.Width +
|
||||||
edTextCenter.Width + Bevel2.Width + edTextRight.Width + edTextRight.BorderSpacing.Right +
|
edTextCenter.Width + Bevel2.Width + edTextRight.Width + edTextRight.BorderSpacing.Right +
|
||||||
|
Reference in New Issue
Block a user