| 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; | |
| } | |
| } | |
| 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; | |
| } | |
| } | |