[Gnucash-changes] r13703 - gnucash/trunk - Stick with vertical padding of 2 as discussed in bug#334920.

Christian Stimming cstim at cvs.gnucash.org
Mon Mar 27 15:33:35 EST 2006


Author: cstim
Date: 2006-03-27 15:33:34 -0500 (Mon, 27 Mar 2006)
New Revision: 13703
Trac: http://svn.gnucash.org/trac/changeset/13703

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/register/register-gnome/gnucash-sheet.h
Log:
Stick with vertical padding of 2 as discussed in bug#334920.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-26 00:21:54 UTC (rev 13702)
+++ gnucash/trunk/ChangeLog	2006-03-27 20:33:34 UTC (rev 13703)
@@ -1,3 +1,8 @@
+2006-03-27  Christian Stimming  <stimming at tuhh.de>
+
+	* src/register/register-gnome/gnucash-sheet.h: Stick with vertical
+	padding of 2 as discussed in bug#334920. 
+
 2006-03-25  David Hampton  <david at hampton-pc.rainbolthampton.net>
 
 	* src/gnome/gnc-plugin-page-register.c:

Modified: gnucash/trunk/src/register/register-gnome/gnucash-sheet.h
===================================================================
--- gnucash/trunk/src/register/register-gnome/gnucash-sheet.h	2006-03-26 00:21:54 UTC (rev 13702)
+++ gnucash/trunk/src/register/register-gnome/gnucash-sheet.h	2006-03-27 20:33:34 UTC (rev 13703)
@@ -27,7 +27,7 @@
 
 #include "table-allgui.h"
 
-#define CELL_VPADDING 3
+#define CELL_VPADDING 2
 #define CELL_HPADDING 5
 
 



More information about the gnucash-changes mailing list