X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing.Design%2FSystem.Drawing.Design%2FCursorEditor.cs;h=d280c84d4b58c9c2df6a55c0bbba105e2c8b177c;hb=018e826d47309aeb3cf2e9883c034ddd86da2a16;hp=2bd7f4d7730b13be785d04991998114ea091b8a5;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design/CursorEditor.cs b/mcs/class/System.Drawing.Design/System.Drawing.Design/CursorEditor.cs index 2bd7f4d7730..d280c84d4b5 100644 --- a/mcs/class/System.Drawing.Design/System.Drawing.Design/CursorEditor.cs +++ b/mcs/class/System.Drawing.Design/System.Drawing.Design/CursorEditor.cs @@ -7,8 +7,7 @@ // // (C) 2003 Martin Willemoes Hansen // (C) 2003 Andreas Nahr -// - +// Copyright (C) 2007 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the @@ -30,8 +29,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -using System; -using System.Drawing; using System.ComponentModel; using System.Windows.Forms; using System.Windows.Forms.Design; @@ -94,5 +91,8 @@ namespace System.Drawing.Design { return UITypeEditorEditStyle.DropDown; } + public override bool IsDropDownResizable { + get { return true; } + } } }