You've already forked lazarus-ccr
tvplanit: Add images for NavBar up/down arrows.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Binary file not shown.
@ -1031,6 +1031,7 @@ begin
|
||||
Parent := Self;
|
||||
OnClick := nabScrollUpBtnClick;
|
||||
// Glyph.LoadFromResourceName(HINSTANCE, 'VPUPARROW');
|
||||
LoadGlyphFromRCDATA(Glyph, 'VPUPARROW');
|
||||
NumGlyphs := 1;
|
||||
Left := -20;
|
||||
Height := 15;
|
||||
@ -1043,6 +1044,7 @@ begin
|
||||
Parent := Self;
|
||||
OnClick := nabScrollDownBtnClick;
|
||||
// Glyph.LoadFromResourceName(HINSTANCE, 'VPDOWNARROW');
|
||||
LoadGlyphFromRCDATA(Glyph, 'VPDOWNARROW');
|
||||
NumGlyphs := 1;
|
||||
Left := -20;
|
||||
Height := 15;
|
||||
|
Reference in New Issue
Block a user