[Mono-bugs] [Bug 52674][Wis] Changed - SystemColors values are hardcoded

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Jan 2004 05:35:15 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rkumar@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52674

--- shadow/52674	2004-01-07 23:56:57.000000000 -0500
+++ shadow/52674.tmp.22066	2004-01-08 05:35:15.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52674
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rkumar@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -98,6 +98,13 @@
 
 // E:\>TestSystemColors.exe
 
 // Controlcolor: A=255,R=236,B=233,G=216
 
 // Redcolor: A=255,R=255,B=0,G=0
+
+------- Additional Comments From rkumar@novell.com  2004-01-08 05:35 -------
+Looks like I have not reported bug well. Actually, I just want to 
+point out that the SystemColors values change as the theme is 
+changed. But, in S.D code values are hardcoded. Somehow, hardcoded 
+values must be replaced by the values available from the current 
+theme like .NET does.