You've already forked lazarus-ccr
jvcllaz: Fix LCL scaling for JvItemViewer components. Adapt demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7290 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -13,8 +13,7 @@ object frmMain: TfrmMain
|
||||
Font.Color = clWindowText
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.9.0.0'
|
||||
Scaled = False
|
||||
LCLVersion = '2.1.0.0'
|
||||
object Splitter1: TSplitter
|
||||
Cursor = crSizeWE
|
||||
Left = 0
|
||||
@ -155,13 +154,13 @@ object frmMain: TfrmMain
|
||||
end
|
||||
object tabILViewer: TTabSheet
|
||||
Caption = 'TJvImageListViewer'
|
||||
ClientHeight = 378
|
||||
ClientHeight = 376
|
||||
ClientWidth = 698
|
||||
ImageIndex = 1
|
||||
object Label1: TLabel
|
||||
Left = 4
|
||||
Height = 13
|
||||
Top = 361
|
||||
Height = 15
|
||||
Top = 357
|
||||
Width = 690
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 4
|
||||
|
Reference in New Issue
Block a user