mirror of https://gitlab.com/basile.b/dexed.git
mini explorer, horz scroll bar didn't work
This commit is contained in:
parent
123e7c50dd
commit
23b8033f6d
|
@ -26,12 +26,12 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 335
|
Width = 335
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoWidthLastColumn = True
|
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Width = 314
|
Width = 314
|
||||||
end>
|
end>
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
ScrollBars = ssAutoBoth
|
||||||
ShowColumnHeaders = False
|
ShowColumnHeaders = False
|
||||||
SmallImages = imgList
|
SmallImages = imgList
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
@ -88,13 +88,13 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
||||||
Width = 335
|
Width = 335
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSort = False
|
AutoSort = False
|
||||||
AutoWidthLastColumn = True
|
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Width = 314
|
Width = 331
|
||||||
end>
|
end>
|
||||||
DragMode = dmAutomatic
|
DragMode = dmAutomatic
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
ScrollBars = ssAutoBoth
|
||||||
ShowColumnHeaders = False
|
ShowColumnHeaders = False
|
||||||
SmallImages = imgList
|
SmallImages = imgList
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
|
|
Loading…
Reference in New Issue