Last change
on this file since 2410 was
2134,
checked in by gkronber, 15 years ago
|
Added up to date source of Weifen Luo dock panel suit in a separate project (and added strong name key). Removed binary versions of Weifen Luo dock panel suite and references to it. #687 (Update AdvancedOptimizationFrontend to use more recent version of Weifen Luo Docking library)
|
File size:
222 bytes
|
Rev | Line | |
---|
[2134] | 1 | using System;
|
---|
| 2 |
|
---|
| 3 | namespace WeifenLuo.WinFormsUI.Docking
|
---|
| 4 | {
|
---|
| 5 | internal static class Measures
|
---|
| 6 | {
|
---|
| 7 | public const int SplitterSize = 4;
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | internal static class MeasurePane
|
---|
| 11 | {
|
---|
| 12 | public const int MinSize = 24;
|
---|
| 13 | }
|
---|
| 14 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.