You've already forked lazarus-ccr
tvplanit: Fix height of category combobox in event editor at 120 dpi
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4944 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -245,6 +245,8 @@ begin
|
|||||||
TabOrder := edtUnusedPlaceholder.TabOrder;
|
TabOrder := edtUnusedPlaceholder.TabOrder;
|
||||||
end;
|
end;
|
||||||
IntervalUpDown.Associate := FCustomInterval;
|
IntervalUpDown.Associate := FCustomInterval;
|
||||||
|
|
||||||
|
Category.ItemHeight := LocationEdit.Height - 6;
|
||||||
end;
|
end;
|
||||||
{=====}
|
{=====}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user