mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-18 06:09:38 +01:00
IDEIntf/ImageListEditor: Add icon for the "resolutions" menu, by Roland Hahn.
This commit is contained in:
parent
4a9cf25491
commit
b51ced3d05
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
BIN
components/ideintf/images/imagelisteditor/resolution.png
Normal file
BIN
components/ideintf/images/imagelisteditor/resolution.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 487 B |
BIN
components/ideintf/images/imagelisteditor/resolution_150.png
Normal file
BIN
components/ideintf/images/imagelisteditor/resolution_150.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 725 B |
BIN
components/ideintf/images/imagelisteditor/resolution_200.png
Normal file
BIN
components/ideintf/images/imagelisteditor/resolution_200.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 900 B |
Loading…
Reference in New Issue
Block a user