[Gnucash-changes] How to change the g2 register font to something other than the standard

David Hampton hampton at cvs.gnucash.org
Sun Apr 24 22:50:30 EDT 2005


Log Message:
-----------
How to change the g2 register font to something other than the
standard system font.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/doc:
        gtkrc-2.0.gnucash

Revision Data
-------------
Index: gtkrc-2.0.gnucash
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/doc/Attic/gtkrc-2.0.gnucash,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Ldoc/gtkrc-2.0.gnucash -Ldoc/gtkrc-2.0.gnucash -u -r1.1.2.1 -r1.1.2.2
--- doc/gtkrc-2.0.gnucash
+++ doc/gtkrc-2.0.gnucash
@@ -123,3 +123,14 @@
 # Commodity Dialog
 #
 widget "Commodities Dialog.*.commodity_tree" style "gnc-treeview"
+
+
+#
+# Register
+#
+style "gnc-register"
+{
+  font_name    = "Sans 10"
+}
+
+widget "*.GnucashSheet" style "gnc-register"


More information about the gnucash-changes mailing list