mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
feat: full support for different icon packs, Silk and Icons8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user