Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/OperatorShape.cs

    r14185 r14927  
    288288        if (this.Title != this.Subtitle || string.IsNullOrEmpty(this.Subtitle)) {
    289289          g.DrawString(this.Subtitle, ArtPalette.DefaultFont, Brushes.Black,
    290                        new Rectangle(Rectangle.X + 25, Rectangle.Y + (int)titleSize.Height -5 ,
     290                       new Rectangle(Rectangle.X + 25, Rectangle.Y + (int)titleSize.Height - 5,
    291291                                     Rectangle.Width - 45, Rectangle.Height - 5));
    292292        }
Note: See TracChangeset for help on using the changeset viewer.