Bug #122
Button text is hardcoded black
Status: | New | Start: | ||
Priority: | Normal | Due date: | ||
Assigned to: | Jeffrey M Richardson | % Done: | 0% |
|
Category: | Frontend SWF (WinForms) | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
The buttons below the menu seem to be hardcoded as black making the text unreadable if you have black "controlbackground" on windows. The text in menus looks fine. I have this problem all the time in my C# code and I usually solve it by using SystemColors.ControlText, there must be something similar in gtk?