Browse Source

Fix adding 32-bit image format to .ico

pull/507/head
Daniel Grunwald 11 years ago
parent
commit
1c1e65518b
  1. 1
      src/AddIns/DisplayBindings/IconEditor/PickFormatDialog.Designer.cs

1
src/AddIns/DisplayBindings/IconEditor/PickFormatDialog.Designer.cs generated

@ -133,7 +133,6 @@ namespace ICSharpCode.IconEditor @@ -133,7 +133,6 @@ namespace ICSharpCode.IconEditor
"Monochrome",
"4 bit",
"8 bit",
"16 bit",
"24 bit",
"32 bit"});
this.colorDepthComboBox.Location = new System.Drawing.Point(93, 73);

Loading…
Cancel
Save