You've already forked lazarus-ccr
tvplanit: Replace icons in task editor dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5898 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Binary file not shown.
@ -11,7 +11,7 @@ object TaskEditForm: TTaskEditForm
|
|||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.9.0.0'
|
LCLVersion = '1.6.4.0'
|
||||||
object ButtonPanel: TPanel
|
object ButtonPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 33
|
Height = 33
|
||||||
|
@ -230,8 +230,8 @@ begin
|
|||||||
AlignOKCancel(OKBtn, CancelBtn, ButtonPanel);
|
AlignOKCancel(OKBtn, CancelBtn, ButtonPanel);
|
||||||
|
|
||||||
{$IFDEF NEW_ICONS}
|
{$IFDEF NEW_ICONS}
|
||||||
LoadImageFromRCDATA(imgCalendar, 'VpDateDue', 32, 48, 64);
|
LoadImageFromRCDATA(imgCalendar, 'VpAlarmClock', 32, 48, 64);
|
||||||
LoadImageFromRCDATA(imgCompleted, 'VpToDoList', 32, 48, 64);
|
LoadImageFromRCDATA(imgCompleted, 'VpFinished', 32, 48, 64);
|
||||||
LoadGlyphFromRCDATA(DueDateEdit.Button.Glyph, 'VpDateEdit', 16, 24, 32);
|
LoadGlyphFromRCDATA(DueDateEdit.Button.Glyph, 'VpDateEdit', 16, 24, 32);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user