mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-26 15:46:08 +00:00
Initial commit of existing code.
* All renderdoc code up to this point was written by me, history is available by request
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace WeifenLuo.WinFormsUI.Docking
|
||||
{
|
||||
internal static class Measures
|
||||
{
|
||||
public const int SplitterSize = 4;
|
||||
}
|
||||
|
||||
internal static class MeasurePane
|
||||
{
|
||||
public const int MinSize = 24;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user