[Xfce4-commits] <ristretto:master> Reduce text-size to 30%

Stephan Arts noreply at xfce.org
Wed Nov 23 06:54:04 CET 2011


Updating branch refs/heads/master
         to afe29cd4644019fcadd771246894fe4f720aaf9a (commit)
       from 8e34fb2f9539b5157bcbe87529fddb1ec4a9db90 (commit)

commit afe29cd4644019fcadd771246894fe4f720aaf9a
Author: Stephan Arts <stephan at xfce.org>
Date:   Sun Nov 20 01:42:31 2011 +0100

    Reduce text-size to 30%

 src/monitor_chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/monitor_chooser.c b/src/monitor_chooser.c
index af75dbb..9da671f 100644
--- a/src/monitor_chooser.c
+++ b/src/monitor_chooser.c
@@ -558,7 +558,7 @@ paint_monitor ( cairo_t *cr,
     font_description = pango_font_description_new ();
     pango_font_description_set_family (font_description, "sans");
     pango_font_description_set_weight (font_description, PANGO_WEIGHT_BOLD);
-    pango_font_description_set_absolute_size (font_description, height*0.4 * PANGO_SCALE);
+    pango_font_description_set_absolute_size (font_description, height*0.3 * PANGO_SCALE);
 
 
     layout = pango_cairo_create_layout (cr);


More information about the Xfce4-commits mailing list