[gthumb] extensions dialog: use a smaller font for the extension description



commit f38e7e01a6d6f82b55c1d07088ac8fa0292af892
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Apr 9 20:40:30 2011 +0200

    extensions dialog: use a smaller font for the extension description

 gthumb/dlg-extensions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/dlg-extensions.c b/gthumb/dlg-extensions.c
index 3a8aea5..3a0d5e4 100644
--- a/gthumb/dlg-extensions.c
+++ b/gthumb/dlg-extensions.c
@@ -188,7 +188,7 @@ extension_description_data_func_cb (GtkTreeViewColumn *tree_column,
 
 	gtk_tree_model_get (tree_model, iter, 0, &description, -1);
 
-	text = g_markup_printf_escaped ("<b>%s</b>\n%s", description->name, description->description);
+	text = g_markup_printf_escaped ("<b>%s</b>\n<small>%s</small>", description->name, description->description);
 	g_object_set (G_OBJECT (cell), "markup", text, NULL);
 	g_object_set (G_OBJECT (cell), "sensitive", gth_extension_description_is_active (description), NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]