mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4bc2e2e86d
commit
0b0053acbd
@ -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>
|
2006-04-28 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
* configure.in: Default to --enable-error-on-warning only in svn
|
* configure.in: Default to --enable-error-on-warning only in svn
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#include "gnucash-item-edit.h"
|
#include "gnucash-item-edit.h"
|
||||||
|
|
||||||
#define DEFAULT_REGISTER_HEIGHT 400
|
#define DEFAULT_REGISTER_HEIGHT 400
|
||||||
#define DEFAULT_REGISTER_WIDTH 630
|
#define DEFAULT_REGISTER_WIDTH 400
|
||||||
|
|
||||||
|
|
||||||
/* FIXME: at least broken on gtk 2.4.14 */
|
/* FIXME: at least broken on gtk 2.4.14 */
|
||||||
|
Loading…
Reference in New Issue
Block a user