win32: add TODO mentioning GtkButton::child-displacement-x & y should be 0 when XP theme is active

This commit is contained in:
Dieter Verfaillie 2011-10-20 14:03:31 +02:00 committed by Alexander Larsson
parent 6ed89c514b
commit 2d83850864

View File

@ -664,8 +664,9 @@ setup_msw_rc_style (void)
btn_face.red, btn_face.green, btn_face.blue);
gtk_rc_parse_string (buf);
/* enable coloring for text on buttons TODO: use GetThemeMetric for the
border and outside border */
/* enable coloring for text on buttons
* TODO: use GetThemeMetric for the border and outside border
* TODO: child-displacement-x & y should be 0 when XP theme is active */
g_snprintf (buf, sizeof (buf),
"style \"msw-button\" = \"msw-default\"\n"
"{\n"