mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
15 lines
238 B
C#
15 lines
238 B
C#
using System;
|
|
|
|
namespace WeifenLuo.WinFormsUI.Docking
|
|
{
|
|
internal static class Measures
|
|
{
|
|
public const int SplitterSize = 4;
|
|
}
|
|
|
|
internal static class MeasurePane
|
|
{
|
|
public const int MinSize = 24;
|
|
}
|
|
}
|