Changeset 10800
- Timestamp:
- 05/06/14 15:55:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/LayoutEngines/BoxesLayoutEngine.cs
r10565 r10800 73 73 float center_x = x + width / 2; 74 74 float center_y = y + height / 2; 75 int actualWidth = width - VerticalSpacing;75 int actualWidth = width - HorizontalSpacing; 76 76 int actualHeight = height - VerticalSpacing; 77 77
Note: See TracChangeset
for help on using the changeset viewer.