You've already forked lazarus-ccr
NiceSidebar: Cleanup. Less hints. Tested to work in win32/64, gtk2, gtk3, qt5 and cocoa widget sets.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8866 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -562,7 +562,7 @@ object Form1: TForm1
|
||||
000000000000}
|
||||
end
|
||||
object ImageList2: TImageList
|
||||
Left = 256
|
||||
Left = 296
|
||||
Top = 136
|
||||
Bitmap = {
|
||||
494C010107000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
|
||||
|
@ -14,6 +14,9 @@ uses
|
||||
{$ENDIF}
|
||||
SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
||||
Dialogs, StdCtrls, ExtCtrls, NiceSideBar, ImgList;
|
||||
|
||||
// When switching compilation from Delphi XE11 to Delphi 7, the automatically
|
||||
// added unit System.ImageList must be removed manually.
|
||||
|
||||
type
|
||||
|
||||
|
Reference in New Issue
Block a user