[gnome-disk-utility] Unify look and feel of GduDiskSelectionWidget and GduPoolTreeView



commit d2a5f82b07d34f8119cb203bd795234d76ff3838
Author: David Zeuthen <davidz redhat com>
Date:   Wed Jan 27 10:57:32 2010 -0500

    Unify look and feel of GduDiskSelectionWidget and GduPoolTreeView

 src/gdu-gtk/gdu-disk-selection-widget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gdu-gtk/gdu-disk-selection-widget.c b/src/gdu-gtk/gdu-disk-selection-widget.c
index 84e69ff..0cdeb20 100644
--- a/src/gdu-gtk/gdu-disk-selection-widget.c
+++ b/src/gdu-gtk/gdu-disk-selection-widget.c
@@ -581,8 +581,8 @@ disk_name_data_func (GtkCellLayout   *cell_layout,
                                       (desc_gdk_color.green >> 8),
                                       (desc_gdk_color.blue >> 8));
 
-        markup = g_strdup_printf ("<b>%s</b>\n"
-                                  "<span fgcolor=\"%s\"><small>%s</small></span>",
+        markup = g_strdup_printf ("<small><b>%s</b>\n"
+                                  "<span fgcolor=\"%s\">%s</span></small>",
                                   name,
                                   desc_color,
                                   vpd_name);



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