Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2893_BNLR/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/Docking/Measures.cs @ 15747

Last change on this file since 15747 was 8616, checked in by mkommend, 12 years ago

#1939: Added DockPanelSuite 2.7.0 to ExtLibs.

File size: 222 bytes
Line 
1using System;
2
3namespace 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.