From b1f316cd2a520e4710b697c7b3dd98238391ae30 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 16 Jun 2002 22:27:36 +0000 Subject: [PATCH] Put the account tree into a scrolled window git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6973 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/dialog-tax-table/dialog-tax-table.c | 2 +- src/business/dialog-tax-table/tax-tables.glade | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/business/dialog-tax-table/dialog-tax-table.c b/src/business/dialog-tax-table/dialog-tax-table.c index 236a0742c5..a75c066253 100644 --- a/src/business/dialog-tax-table/dialog-tax-table.c +++ b/src/business/dialog-tax-table/dialog-tax-table.c @@ -237,7 +237,7 @@ new_tax_table_dialog (TaxTableWindow *ttw, gboolean new_table, gnc_amount_edit_set_fraction (GNC_AMOUNT_EDIT (widget), 100000); gtk_box_pack_start (GTK_BOX (box), widget, TRUE, TRUE, 0); - box = glade_xml_get_widget (xml, "account_frame"); + box = glade_xml_get_widget (xml, "acct_window"); ntt->acct_tree = widget = gnc_account_tree_new (); gtk_clist_column_titles_hide (GTK_CLIST (widget)); gnc_account_tree_hide_all_but_name (GNC_ACCOUNT_TREE (widget)); diff --git a/src/business/dialog-tax-table/tax-tables.glade b/src/business/dialog-tax-table/tax-tables.glade index d4637146eb..faed3a1f17 100644 --- a/src/business/dialog-tax-table/tax-tables.glade +++ b/src/business/dialog-tax-table/tax-tables.glade @@ -574,7 +574,16 @@ Percent (%) - Placeholder + GtkScrolledWindow + acct_window + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_UPDATE_CONTINUOUS + GTK_UPDATE_CONTINUOUS + + + Placeholder +