mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Remove ScrollWidth (fixes #2847)
(cherry picked from commit e748d401cc)
This commit is contained in:
parent
91ce846270
commit
6910f94f20
1 changed files with 0 additions and 3 deletions
|
|
@ -74,7 +74,6 @@ inherited frmOptionsFileAssoc: TfrmOptionsFileAssoc
|
|||
OnDragOver = lbGenericDragOver
|
||||
OnDrawItem = lbGenericListDrawItem
|
||||
OnSelectionChange = lbActionsSelectionChange
|
||||
ScrollWidth = 198
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 0
|
||||
end
|
||||
|
|
@ -277,7 +276,6 @@ inherited frmOptionsFileAssoc: TfrmOptionsFileAssoc
|
|||
OnDragOver = lbGenericDragOver
|
||||
OnDrawItem = lbGenericListDrawItem
|
||||
OnSelectionChange = lbExtsSelectionChange
|
||||
ScrollWidth = 198
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 0
|
||||
end
|
||||
|
|
@ -386,7 +384,6 @@ inherited frmOptionsFileAssoc: TfrmOptionsFileAssoc
|
|||
OnDragOver = lbGenericDragOver
|
||||
OnDrawItem = lbFileTypesDrawItem
|
||||
OnSelectionChange = lbFileTypesSelectionChange
|
||||
ScrollWidth = 232
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 0
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue