[Mono-bugs] [Bug 418108] ToolStrip background color defaults to white

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 20 17:40:24 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=418108

User d3ck0r at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=418108#c12





--- Comment #12 from J B <d3ck0r at gmail.com>  2008-08-20 15:40:24 MDT ---
mono test.exe 
Control: 236,233,216
ControlText: 0,0,0
Window: 255,255,255
WindowText: 0,0,0
Menu: 255,255,255
MenuText: 0,0,0

if I get the new ContextMenuStrip().BackColor.ToArgb().ToString("X") ;

the result is 0xFF232323


I would expect the color to be dark on this configuration.
(like the menu using System Renderer from 1.9.1)

This is a section of the theme file I'm using from
/usr/share/themes/Xfce-dusk/gtk-2.0

    base[ACTIVE]      = "#2f519a"
    base[INSENSITIVE] = "#303030"
    base[NORMAL]      = "#121212"
    base[PRELIGHT]    = "#002849"
    base[SELECTED]    = "#003263"

    bg[ACTIVE]        = "#151515"
    bg[INSENSITIVE]   = "#303030"
    bg[NORMAL]        = "#232323"
    bg[PRELIGHT]      = "#003263"
    bg[SELECTED]      = "#002849"

    fg[ACTIVE]        = "#dadada"
    fg[INSENSITIVE]   = "#151515"
    fg[NORMAL]        = "#ffffff"
    fg[PRELIGHT]      = "#fcfcfc"
    fg[SELECTED]      = "#fcfcfc"

    text[ACTIVE]      = "#fcfcfc"
    text[INSENSITIVE] = "#fcfcfc"
    text[NORMAL]      = "#fcfcfc"
    text[PRELIGHT]    = "#fcfcfc"
    text[SELECTED]    = "#fcfcfc"



-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list