Changeset 6951
- Timestamp:
- 11/04/11 17:53:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs
r6568 r6951 81 81 if (cached != null) { 82 82 Controls.Remove(cached); 83 cached.Dispose(); 83 84 } 84 85 cachedView = null; … … 203 204 viewsLabel.Location = new Point(Width - viewsLabel.Margin.Right - viewsLabel.Width, viewsLabel.Margin.Top); 204 205 configurationLabel.Location = new Point(Width - configurationLabel.Margin.Right - configurationLabel.Width, viewsLabel.Bottom + viewsLabel.Margin.Bottom + configurationLabel.Margin.Top); 205 206 206 207 } 207 208
Note: See TracChangeset
for help on using the changeset viewer.