[Gnucash-changes] r13875 - gnucash/trunk - Lower the minimum required width of the register. This does affect

David Hampton hampton at cvs.gnucash.org
Sat Apr 29 02:53:49 EDT 2006


Author: hampton
Date: 2006-04-29 02:53:49 -0400 (Sat, 29 Apr 2006)
New Revision: 13875
Trac: http://svn.gnucash.org/trac/changeset/13875

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/register/register-gnome/gnucash-sheet.c
Log:
Lower the minimum required width of the register.  This does affect
the size constraint imposed by the register summary bar.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-29 02:17:14 UTC (rev 13874)
+++ gnucash/trunk/ChangeLog	2006-04-29 06:53:49 UTC (rev 13875)
@@ -1,3 +1,9 @@
+2006-04-29  David Hampton  <hampton at employees.org>
+
+	* src/register/register-gnome/gnucash-sheet.c: Lower the minimum
+	required width of the register.  This does affect the size
+	constraint imposed by the register summary bar.
+
 2006-04-28  David Hampton  <hampton at employees.org>
 
 	* configure.in: Default to --enable-error-on-warning only in svn

Modified: gnucash/trunk/src/register/register-gnome/gnucash-sheet.c
===================================================================
--- gnucash/trunk/src/register/register-gnome/gnucash-sheet.c	2006-04-29 02:17:14 UTC (rev 13874)
+++ gnucash/trunk/src/register/register-gnome/gnucash-sheet.c	2006-04-29 06:53:49 UTC (rev 13875)
@@ -42,7 +42,7 @@
 #include "gnucash-item-edit.h"
 
 #define DEFAULT_REGISTER_HEIGHT 400
-#define DEFAULT_REGISTER_WIDTH  630
+#define DEFAULT_REGISTER_WIDTH  400
 
 
 /* FIXME: at least broken on gtk 2.4.14 */



More information about the gnucash-changes mailing list