- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/Util.cs
r3627 r4068 23 23 using System.Collections.Generic; 24 24 using System.Linq; 25 using System.Text;26 using HeuristicLab.PluginInfrastructure.Manager;27 using System.IO;28 using System.ComponentModel;29 using System.Reflection;30 using ICSharpCode.SharpZipLib.Zip;31 using System.ServiceModel;32 25 using System.Windows.Forms; 33 26 … … 39 32 columnHeader.AutoResize(ColumnHeaderAutoResizeStyle.ColumnContent); 40 33 int contentSize = columnHeader.Width; 41 columnHeader.Width = Math.Max(headerSize, contentSize); 34 columnHeader.Width = Math.Max(headerSize, contentSize); 42 35 } 43 36
Note: See TracChangeset
for help on using the changeset viewer.