You've already forked lazarus-ccr
tvplanit: use smaller icons in internal dialogs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5899 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Binary file not shown.
@ -11,7 +11,7 @@ object DlgEventEdit: TDlgEventEdit
|
|||||||
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 = 37
|
Height = 37
|
||||||
|
@ -668,9 +668,9 @@ begin
|
|||||||
LoadGlyphFromRCDATA(EndTime.Button.Glyph, 'VpTimeEdit', 16, 24, 32);
|
LoadGlyphFromRCDATA(EndTime.Button.Glyph, 'VpTimeEdit', 16, 24, 32);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
LoadImageFromRCDATA(imgClock, 'VpDateTime', 32, 48, 64);
|
LoadImageFromRCDATA(imgClock, 'VpDateTime', 24, 32, 48);
|
||||||
LoadImageFromRCDATA(imgRecurring, 'VPRecurringEvent', 32, 48, 64);
|
LoadImageFromRCDATA(imgRecurring, 'VpRecurringEvent', 24, 32, 48);
|
||||||
LoadImageFromRCDATA(imgAlarm, 'VpReminder', 32, 48, 64);
|
LoadImageFromRCDATA(imgAlarm, 'VpReminder', 24, 32, 48);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ object ResEditForm: TResEditForm
|
|||||||
Constraints.MinWidth = 400
|
Constraints.MinWidth = 400
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
LCLVersion = '1.9.0.0'
|
LCLVersion = '1.6.4.0'
|
||||||
object pnlBottom: TPanel
|
object pnlBottom: 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, 'VpAlarmClock', 32, 48, 64);
|
LoadImageFromRCDATA(imgCalendar, 'VpAlarmClock', 24, 32, 48);
|
||||||
LoadImageFromRCDATA(imgCompleted, 'VpFinished', 32, 48, 64);
|
LoadImageFromRCDATA(imgCompleted, 'VpFinished', 24, 32, 48);
|
||||||
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