Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/WinFormsUI/Docking/Measures.cs @ 2636

Last change on this file since 2636 was 2134, checked in by gkronber, 15 years ago

Added up to date source of Weifen Luo dock panel suit in a separate project (and added strong name key). Removed binary versions of Weifen Luo dock panel suite and references to it. #687 (Update AdvancedOptimizationFrontend to use more recent version of Weifen Luo Docking library)

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.