Author: post
Date: 2010-10-17 17:06:22 +0200 (Sun, 17 Oct 2010)
New Revision: 3572
Modified:
trunk/librawstudio/rs-curve.c
Log:
Make help text brighter, but smaller in Curve help.
Modified: trunk/librawstudio/rs-curve.c
===================================================================
--- trunk/librawstudio/rs-curve.c 2010-10-17 15:00:31 UTC (rev 3571)
+++ trunk/librawstudio/rs-curve.c 2010-10-17 15:06:22 UTC (rev 3572)
@@ -134,7 +134,7 @@
/* Initialize help */
curve->help_layout = gtk_widget_create_pango_layout(GTK_WIDGET(curve),
"Mouse Controls:\nLeft: New point\nShift+Left: Delete point\nRight:
Load/Save/Reset Curve");
- PangoFontDescription *font_desc =
pango_font_description_from_string("sans light 8");
+ PangoFontDescription *font_desc =
pango_font_description_from_string("sans light 7");
pango_layout_set_font_description(curve->help_layout, font_desc);
pango_layout_context_changed(curve->help_layout);
curve->rgb_values[0] = -1;
@@ -844,7 +844,7 @@
{
/* Graphics context */
GdkGC *gc = gdk_gc_new(window);
- gdk_draw_layout_with_colors(window, gc, 2, 2,
curve->help_layout, &lightgrey, NULL);
+ gdk_draw_layout_with_colors(window, gc, 2, 2,
curve->help_layout, &white, NULL);
}
}
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit