mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
c38affcded
* All renderdoc code up to this point was written by me, history is available by request
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;
|
|
}
|
|
}
|