File size: 273 Bytes
b1b3bae
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace WeifenLuo.WinFormsUI.Docking
{
    public static class Measures
    {
        public static int SplitterSize = 4;
        public const int AutoHideTabLineWidth = 6;
    }

    internal static class MeasurePane
    {
        public const int MinSize = 24;
    }
}