|
|
@@ -525,9 +525,9 @@ namespace MonoTests.System.Windows.Forms
|
|
|
}
|
|
|
|
|
|
private class MyControl : Control
|
|
|
- {
|
|
|
- public override Rectangle DisplayRectangle {
|
|
|
- get { return new Rectangle (20, 20, this.Width - 40, this.Height - 40); }
|
|
|
+ {
|
|
|
+ public override Rectangle DisplayRectangle {
|
|
|
+ get { return new Rectangle (20, 20, this.Width - 40, this.Height - 40); }
|
|
|
}
|
|
|
}
|
|
|
}
|