Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceSpeedUp/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Measures.cs @ 13401

Last change on this file since 13401 was 4068, checked in by swagner, 14 years ago

Sorted usings and removed unused usings in entire solution (#1094)

File size: 210 bytes
Line 
1
2namespace WeifenLuo.WinFormsUI.Docking {
3  internal static class Measures {
4    public const int SplitterSize = 4;
5  }
6
7  internal static class MeasurePane {
8    public const int MinSize = 24;
9  }
10}
Note: See TracBrowser for help on using the repository browser.