Lower the minimum required width of the register. This does affect

the size constraint imposed by the register summary bar.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13875 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-04-29 06:53:49 +00:00
parent 4bc2e2e86d
commit 0b0053acbd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-04-29 David Hampton <hampton@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@employees.org>
* configure.in: Default to --enable-error-on-warning only in svn

View File

@ -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 */