[Xfce4-commits] <xfce4-notes-plugin:master> Set default font bigger

Mike Massonnet noreply at xfce.org
Sat Sep 19 03:44:03 CEST 2009


Updating branch refs/heads/master
         to 5df04cff0ad65126c99c59da6f5ea994f520d7c1 (commit)
       from 8ffbbf2bcd75843d9640d4bf609f29b1ebec28ea (commit)

commit 5df04cff0ad65126c99c59da6f5ea994f520d7c1
Author: Mike Massonnet <mike at debian.(none)>
Date:   Sun Sep 13 00:52:07 2009 +0200

    Set default font bigger

 ChangeLog                       |    6 ++++++
 panel-plugin/defines.h          |    2 +-
 panel-plugin/hypertextview.vala |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f043af8..4d0213a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-13  Mike Massonnet <mmassonnet at xfce.org>
+
+Set default font bigger
+	* panel-plugin/hypertextview.vala:
+	  - Set default font to Sans 14.
+
 2009-09-12  Mike Massonnet <mmassonnet at xfce.org>
 
 Add an option for the navigation bar
diff --git a/panel-plugin/defines.h b/panel-plugin/defines.h
index fbcc873..70f5265 100644
--- a/panel-plugin/defines.h
+++ b/panel-plugin/defines.h
@@ -36,7 +36,7 @@
 #define NEW_WINDOW_TABS                 TRUE
 #define NEW_WINDOW_TRANSPARENCY         10
 #define NEW_WINDOW_USE_FONT             FALSE
-#define NEW_WINDOW_FONT_DESCR           "Sans 10"
+#define NEW_WINDOW_FONT_DESCR           "Sans 13"
 #define NEW_WINDOW_WIDTH                SIZE_NORMAL
 #define NEW_WINDOW_HEIGHT               ((gint)NEW_WINDOW_WIDTH*SIZE_FACTOR)
 
diff --git a/panel-plugin/hypertextview.vala b/panel-plugin/hypertextview.vala
index 5fcc485..03ef216 100644
--- a/panel-plugin/hypertextview.vala
+++ b/panel-plugin/hypertextview.vala
@@ -50,7 +50,7 @@ namespace Xnp {
 		}
 
 		construct {
-			this.font = "Sans 12";
+			this.font = "Sans 13";
 		}
 
 		public HypertextView () {



More information about the Xfce4-commits mailing list