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
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.9.0.0'
|
||||
LCLVersion = '1.6.4.0'
|
||||
object ButtonPanel: TPanel
|
||||
Left = 0
|
||||
Height = 37
|
||||
|
@ -668,9 +668,9 @@ begin
|
||||
LoadGlyphFromRCDATA(EndTime.Button.Glyph, 'VpTimeEdit', 16, 24, 32);
|
||||
{$ENDIF}
|
||||
|
||||
LoadImageFromRCDATA(imgClock, 'VpDateTime', 32, 48, 64);
|
||||
LoadImageFromRCDATA(imgRecurring, 'VPRecurringEvent', 32, 48, 64);
|
||||
LoadImageFromRCDATA(imgAlarm, 'VpReminder', 32, 48, 64);
|
||||
LoadImageFromRCDATA(imgClock, 'VpDateTime', 24, 32, 48);
|
||||
LoadImageFromRCDATA(imgRecurring, 'VpRecurringEvent', 24, 32, 48);
|
||||
LoadImageFromRCDATA(imgAlarm, 'VpReminder', 24, 32, 48);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
@ -12,7 +12,7 @@ object ResEditForm: TResEditForm
|
||||
Constraints.MinWidth = 400
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
LCLVersion = '1.9.0.0'
|
||||
LCLVersion = '1.6.4.0'
|
||||
object pnlBottom: TPanel
|
||||
Left = 0
|
||||
Height = 33
|
||||
|
@ -230,8 +230,8 @@ begin
|
||||
AlignOKCancel(OKBtn, CancelBtn, ButtonPanel);
|
||||
|
||||
{$IFDEF NEW_ICONS}
|
||||
LoadImageFromRCDATA(imgCalendar, 'VpAlarmClock', 32, 48, 64);
|
||||
LoadImageFromRCDATA(imgCompleted, 'VpFinished', 32, 48, 64);
|
||||
LoadImageFromRCDATA(imgCalendar, 'VpAlarmClock', 24, 32, 48);
|
||||
LoadImageFromRCDATA(imgCompleted, 'VpFinished', 24, 32, 48);
|
||||
LoadGlyphFromRCDATA(DueDateEdit.Button.Glyph, 'VpDateEdit', 16, 24, 32);
|
||||
{$ENDIF}
|
||||
|
||||
|
Reference in New Issue
Block a user