You've already forked lazarus-ccr
jvcllaz: Fix JvId3v2 demo for Linux (Replace PageControl by NoteBook because Pagecontrol tabs with TabVisible=false are not shown at all in Linux).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -49,6 +49,7 @@ object JvID3v2MainForm: TJvID3v2MainForm
|
||||
end>
|
||||
ReadOnly = True
|
||||
RowSelect = True
|
||||
SortType = stText
|
||||
TabOrder = 0
|
||||
ViewStyle = vsReport
|
||||
OnDblClick = ListView1DblClick
|
||||
@ -68,7 +69,7 @@ object JvID3v2MainForm: TJvID3v2MainForm
|
||||
Top = 1
|
||||
Width = 183
|
||||
Align = alClient
|
||||
FileSortType = fstNone
|
||||
FileSortType = fstAlphabet
|
||||
Images = ImageList1
|
||||
ReadOnly = True
|
||||
TabOrder = 0
|
||||
|
Reference in New Issue
Block a user