IDEIntf/ImageListEditor: Add icon for the "resolutions" menu, by Roland Hahn.

This commit is contained in:
wp_xyz 2024-07-12 23:47:22 +02:00
parent 4a9cf25491
commit b51ced3d05
7 changed files with 7 additions and 4 deletions

View File

@ -214,21 +214,21 @@ object ImageListEditorDlg: TImageListEditorDlg
end
object tbSeparator1: TToolButton
Left = 197
Height = 40
Height = 5
Top = 0
Caption = 'tbSeparator1'
Style = tbsDivider
end
object tbSeparator2: TToolButton
Left = 348
Height = 40
Height = 5
Top = 0
Caption = 'tbSeparator2'
Style = tbsDivider
end
object tbSeparator3: TToolButton
Left = 407
Height = 40
Height = 5
Top = 0
Caption = 'tbSeparator3'
Style = tbsDivider

View File

@ -338,7 +338,7 @@ begin
tbSave.ImageIndex := IDEImages.GetImageIndex('laz_save', 16);
acSave.ImageIndex := IDEImages.GetImageIndex('menu_saveas', 16);
acSaveAll.ImageIndex := IDEImages.GetImageIndex('menu_save_all', 16);
tbResolutions.ImageIndex := IDEImages.GetImageIndex('oi_options', 16);
tbResolutions.ImageIndex := IDEImages.GetImageIndex('resolution', 16);
acNewResolution.ImageIndex := IDEImages.GetImageIndex('resolution_add', 16);
acDeleteResolution.ImageIndex := IDEImages.GetImageIndex('resolution_remove', 16);

View File

@ -61,6 +61,9 @@ imagelisteditor/replace_icon_multiple_200.png
imagelisteditor/replace_icon_single.png
imagelisteditor/replace_icon_single_150.png
imagelisteditor/replace_icon_single_200.png
imagelisteditor/resolution.png
imagelisteditor/resolution_150.png
imagelisteditor/resolution_200.png
imagelisteditor/resolution_add.png
imagelisteditor/resolution_add_150.png
imagelisteditor/resolution_add_200.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B