add lanczos setting to config tool
This commit is contained in:
parent
e2ed1930c3
commit
37ce86839e
2 changed files with 6 additions and 1 deletions
|
@ -3196,7 +3196,8 @@ object ConfigForm: TConfigForm
|
|||
Items.Strings = (
|
||||
'Nearest neighbor'
|
||||
'Bilinear'
|
||||
'Bicubic Catmull-Rom')
|
||||
'Bicubic (Catmull-Rom)'
|
||||
'Lanczos')
|
||||
end
|
||||
object RendererCbx: TComboBox
|
||||
Left = 41
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue