From aba9d82e27d2dee72e9e9c2f601fa0229856caab Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 13 Jul 2016 21:34:45 +0000 Subject: [PATCH] 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 --- components/tvplanit/source/vpevnteditdlg.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tvplanit/source/vpevnteditdlg.pas b/components/tvplanit/source/vpevnteditdlg.pas index 395e87319..fe57a67e0 100644 --- a/components/tvplanit/source/vpevnteditdlg.pas +++ b/components/tvplanit/source/vpevnteditdlg.pas @@ -245,6 +245,8 @@ begin TabOrder := edtUnusedPlaceholder.TabOrder; end; IntervalUpDown.Associate := FCustomInterval; + + Category.ItemHeight := LocationEdit.Height - 6; end; {=====}