Skip to content

Commit

Permalink
New icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Oscarsson committed Jan 8, 2021
1 parent 57eb53c commit 52b7618
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion componentsGrasshopper/Bars/BarsModify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.BarModify;
}
}
public override Guid ComponentGuid
Expand Down
2 changes: 1 addition & 1 deletion componentsGrasshopper/Deconstruct/MaterialDeconstruct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.MaterialDeconstrut;
}
}
public override Guid ComponentGuid
Expand Down
2 changes: 1 addition & 1 deletion componentsGrasshopper/Deconstruct/SectionDeconstruct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.SectionDeconstruct;
}
}
public override Guid ComponentGuid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.ReinforcementParametersDeconstruct;
}
}
public override Guid ComponentGuid
Expand Down
2 changes: 1 addition & 1 deletion componentsGrasshopper/Deconstruct/ThicknessDeconstruct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.ThicknessDeconstruct;
}
}
public override Guid ComponentGuid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.SectionDatabaseAddSection;
}
}
public override Guid ComponentGuid
Expand Down
2 changes: 1 addition & 1 deletion componentsGrasshopper/Sections/SectionDatabaseSave.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return FemDesign.Properties.Resources.SectionDatabaseDefault;
return FemDesign.Properties.Resources.SectionDatabaseSave;
}
}
public override Guid ComponentGuid
Expand Down
2 changes: 1 addition & 1 deletion componentsGrasshopper/Sections/SectionDefine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.SectionDefine;
}
}
public override Guid ComponentGuid
Expand Down
2 changes: 1 addition & 1 deletion componentsGrasshopper/Shells/ProfiledPlateDefine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected override System.Drawing.Bitmap Icon
{
get
{
return null;
return FemDesign.Properties.Resources.ProfiledPlateDefine;
}
}
public override Guid ComponentGuid
Expand Down

0 comments on commit 52b7618

Please sign in to comment.