You've already forked lazarus-ccr
tvplanit: Show category colors and icons in category combobox of event editor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6432 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -11,7 +11,7 @@ object DlgEventEdit: TDlgEventEdit
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.6.4.0'
|
||||
LCLVersion = '1.9.0.0'
|
||||
object ButtonPanel: TPanel
|
||||
Left = 0
|
||||
Height = 37
|
||||
@ -205,8 +205,9 @@ object DlgEventEdit: TDlgEventEdit
|
||||
Width = 253
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
ItemHeight = 15
|
||||
ItemHeight = 17
|
||||
OnDrawItem = CategoryDrawItem
|
||||
Style = csOwnerDrawFixed
|
||||
TabOrder = 2
|
||||
end
|
||||
object imgClock: TImage
|
||||
|
Reference in New Issue
Block a user