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 | |
---|---|
File size: 210 bytes |
Line | |
---|---|
1 | |
2 | namespace 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.