gnucash master: Fix resizing of columns in budget view

Geert Janssens gjanssens at code.gnucash.org
Mon Mar 10 14:23:35 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/49af4ab1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7235751e (commit)



commit 49af4ab1e4d4ff57019715fef39459ac0b2635ef
Author: Erik Johansson <erik at ejohansson.se>
Date:   Sun Mar 9 21:57:36 2014 +0100

    Fix resizing of columns in budget view
    
    The width of the columns in the totals view should be equal to the width in the
    account view. Before this change, the values in the total column in the totals
    view would move off the view to the right when resizing the left-most column.
    
    Resizing the name column below two steps to the left:
    
    | Name     | Period 1 | Period 2 | ... | Total |
    | Foo      |        0 |        0 | ... |     0 |
    ------------------------------------------------
    | Income   |        0 |        0 | ... |     0 |
    
    Resulted in this layout:
    
    | Name   | Period 1 | Period 2 | ... |   Total |
    | Foo    |        0 |        0 | ... |       0 |
    ------------------------------------------------
    | Income |        0 |        0 | ... |         0 |



Summary of changes:
 src/gnome/gnc-budget-view.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list