feat: full support for different icon packs, Silk and Icons8

This commit is contained in:
Ansgar Becker
2025-11-24 19:09:05 +01:00
parent 769afa5195
commit dbca69d2b0
30 changed files with 40235 additions and 40007 deletions

View File

@@ -9,10 +9,10 @@ object frmDataSorting: TfrmDataSorting
ClientWidth = 255
Color = clBtnFace
DesignTimePPI = 120
LCLVersion = '4.2.0.0'
OnClose = FormClose
OnCreate = FormCreate
OnDeactivate = FormDeactivate
LCLVersion = '3.8.0.0'
object pnlBevel: TPanel
Left = 0
Height = 121
@@ -66,7 +66,7 @@ object frmDataSorting: TfrmDataSorting
Width = 156
Action = MainForm.actDataResetSorting
Anchors = [akRight, akBottom]
Images = MainForm.ImageListIcons8
Images = MainForm.ImageListMain
ImageIndex = 139
end
end