You've already forked lazarus-ccr
tvplanit: Make properties Achors, BorderSpacing and ChildSizing available for TVpResourceCombob and TVpPrintFormatCombobox. Improved, high-dpi aware layout of print preview form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5076 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -67,11 +67,19 @@ type
|
||||
procedure UpdateItems;
|
||||
|
||||
property Style;
|
||||
{$IFDEF LCL}
|
||||
property ChildSizing;
|
||||
{$ENDIF}
|
||||
|
||||
published
|
||||
property Version: string read GetAbout write SetAbout stored False;
|
||||
property ControlLink: TVpControlLink read FControlLink write SetControlLink;
|
||||
|
||||
property Align;
|
||||
property Anchors;
|
||||
{$IFDEF LCL}
|
||||
property Borderspacing;
|
||||
{$ENDIF}
|
||||
property Cursor;
|
||||
property DragCursor;
|
||||
property DragMode;
|
||||
|
Reference in New Issue
Block a user