source:
branches/2825-NSGA3/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/Docking/Measures.cs
@
17231
Last change on this file since 17231 was 8616, checked in by mkommend, 12 years ago | |
---|---|
File size: 222 bytes |
Line | |
---|---|
1 | using System; |
2 | |
3 | namespace WeifenLuo.WinFormsUI.Docking |
4 | { |
5 | internal static class Measures |
6 | { |
7 | public const int SplitterSize = 4; |
8 | } |
9 | |
10 | internal static class MeasurePane |
11 | { |
12 | public const int MinSize = 24; |
13 | } |
14 | } |
Note: See TracBrowser
for help on using the repository browser.