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:
@@ -63,7 +63,7 @@ object frmSQLhelp: TfrmSQLhelp
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 2
|
||||
ButtonWidth = 29
|
||||
Images = MainForm.ImageListIcons8
|
||||
Images = MainForm.ImageListMain
|
||||
ImageIndex = 193
|
||||
MaxLength = 0
|
||||
NumGlyphs = 1
|
||||
@@ -88,7 +88,7 @@ object frmSQLhelp: TfrmSQLhelp
|
||||
Header.AutoSizeIndex = 0
|
||||
Header.Columns = <>
|
||||
Header.MainColumn = -1
|
||||
Images = MainForm.ImageListIcons8
|
||||
Images = MainForm.ImageListMain
|
||||
TabOrder = 1
|
||||
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
|
||||
OnFocusChanged = treeTopicsFocusChanged
|
||||
@@ -357,7 +357,7 @@ object frmSQLhelp: TfrmSQLhelp
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Search online'
|
||||
Images = MainForm.ImageListIcons8
|
||||
Images = MainForm.ImageListMain
|
||||
ImageIndex = 69
|
||||
OnClick = ButtonOnlinehelpClick
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user