Browse Source

update "open assembly" icons in Class Browser to the new icons suggested by Michael

newNRILSpyDebugger
Siegfried Pammer 12 years ago
parent
commit
54eacfa3b2
  1. BIN
      data/resources/image/BitmapResources/ClassBrowserIcons/Icons.16x16.AssemblyFromFile.png
  2. BIN
      data/resources/image/BitmapResources/ClassBrowserIcons/Icons.16x16.AssemblyFromGAC.png
  3. 2
      src/Main/Base/Project/ICSharpCode.SharpDevelop.addin
  4. BIN
      src/Main/SharpDevelop/Resources/BitmapResources.resources

BIN
data/resources/image/BitmapResources/ClassBrowserIcons/Icons.16x16.AssemblyFromFile.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

After

Width:  |  Height:  |  Size: 777 B

BIN
data/resources/image/BitmapResources/ClassBrowserIcons/Icons.16x16.AssemblyFromGAC.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 729 B

2
src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

@ -922,7 +922,7 @@ @@ -922,7 +922,7 @@
<ToolbarItem id = "NavigationSeparator" type = "Separator"/>
<ToolbarItem id = "OpenAssembly"
type = "DropDownButton"
icon = "Icons.16x16.AssemblyFromFile"
icon = "Icons.16x16.Assembly"
tooltip = "Open assembly">
<MenuItem id = "OpenAssemblyFromFile"
icon = "Icons.16x16.AssemblyFromFile"

BIN
src/Main/SharpDevelop/Resources/BitmapResources.resources

Binary file not shown.
Loading…
Cancel
Save