[PATCH 1/4] Make the beta warning in the upper right large.

Chris Lumens clumens at redhat.com
Mon May 13 19:22:19 UTC 2013


This makes it the same size as the distribution text, which is what we
had in the mockups.
---
 widgets/src/BaseWindow.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/widgets/src/BaseWindow.c b/widgets/src/BaseWindow.c
index d587d6e..c21eeca 100644
--- a/widgets/src/BaseWindow.c
+++ b/widgets/src/BaseWindow.c
@@ -654,9 +654,9 @@ static void format_beta_label (AnacondaBaseWindow *window, const char *markup) {
     gchar *escaped;
     PangoAttrList *attrs;
 
-    /* define attributes -- medium size, bold weight and red text color */
+    /* define attributes -- large size, bold weight and red text color */
     attrs = pango_attr_list_new();
-    pango_attr_list_insert(attrs, pango_attr_scale_new(PANGO_SCALE_MEDIUM));
+    pango_attr_list_insert(attrs, pango_attr_scale_new(PANGO_SCALE_LARGE));
     pango_attr_list_insert(attrs, pango_attr_weight_new(PANGO_WEIGHT_BOLD));
     pango_attr_list_insert(attrs, pango_attr_foreground_new(0xfdfd, 0x1010, 0x1010));
 
@@ -669,6 +669,3 @@ static void format_beta_label (AnacondaBaseWindow *window, const char *markup) {
     pango_attr_list_unref(attrs);
     g_free(escaped);
 }
-
-
-
-- 
1.8.1.2



More information about the anaconda-patches mailing list