it feels good to me! -Thoys git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@26 3f4676ac-adda-40fd-8265-58d1435b1672
14 lines
211 B
C#
14 lines
211 B
C#
using System;
|
|
|
|
namespace LSLEditor.Docking
|
|
{
|
|
internal static class Measures
|
|
{
|
|
public const int SplitterSize = 4;
|
|
}
|
|
|
|
internal static class MeasurePane
|
|
{
|
|
public const int MinSize = 24;
|
|
}
|
|
}
|