Remove some white space from gnc-budget-view.c

This commit is contained in:
Robert Fewell 2018-05-31 10:51:16 +01:00
parent 2a28c682a9
commit 5ff642e3a3

View File

@ -341,7 +341,10 @@ gbv_totals_scrollbar_value_changed_cb (GtkAdjustment *adj, GncBudgetView* view)
***************************/ ***************************/
/** \brief Creates necessary widgets for display of gnc budget. /** \brief Creates necessary widgets for display of gnc budget.
This function steps through and performs the necessary actions for creating the widgets associated with a budget view. For example, creating the trees for the accounts, creating the graphics objects, creating the links between actions and events etc. This function steps through and performs the necessary actions for
creating the widgets associated with a budget view. For example,
creating the trees for the accounts, creating the graphics objects,
creating the links between actions and events etc.
*/ */
static void static void
gbv_create_widget(GncBudgetView *view) gbv_create_widget(GncBudgetView *view)