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:
wp_xxyyzz
2016-07-13 21:34:45 +00:00
parent 0b95f7deb5
commit aba9d82e27

View File

@ -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;
{=====} {=====}