14 lines
197 B
C#
14 lines
197 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;
|
|
}
|
|
}
|