You've already forked lazarus-ccr
tvplanit: Every internal icon has three versions at 100%, 125% and 150% resolution now. (Icons from icon8.com). Old icons can be re-activated by undefining NEW_ICONS in vp.inc.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5896 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -12,7 +12,7 @@ object ResEditForm: TResEditForm
|
||||
Constraints.MinWidth = 400
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
LCLVersion = '1.6.4.0'
|
||||
LCLVersion = '1.9.0.0'
|
||||
object pnlBottom: TPanel
|
||||
Left = 0
|
||||
Height = 33
|
||||
@ -134,13 +134,15 @@ object ResEditForm: TResEditForm
|
||||
AnchorSideLeft.Control = lblDescription
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = tabResource
|
||||
AnchorSideRight.Control = imgResources
|
||||
Left = 83
|
||||
Height = 23
|
||||
Top = 16
|
||||
Width = 326
|
||||
Width = 325
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 12
|
||||
BorderSpacing.Top = 16
|
||||
BorderSpacing.Right = 8
|
||||
MaxLength = 255
|
||||
OnChange = Change
|
||||
TabOrder = 0
|
||||
|
Reference in New Issue
Block a user