mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove some white space and tabs from dialog-options.c
This commit is contained in:
parent
5ad584ca3b
commit
5c90f677e5
@ -696,8 +696,7 @@ gnc_set_default_gain_loss_account_widget(gnc_commodity *commodity)
|
||||
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW(
|
||||
book_currency_data->default_gain_loss_account_widget),
|
||||
TRUE);
|
||||
col =
|
||||
gnc_tree_view_add_text_column(GNC_TREE_VIEW(
|
||||
col = gnc_tree_view_add_text_column(GNC_TREE_VIEW(
|
||||
book_currency_data->default_gain_loss_account_widget),
|
||||
_("Currency"), /* title */
|
||||
"commodity", /* pref name */
|
||||
@ -713,8 +712,7 @@ gnc_set_default_gain_loss_account_widget(gnc_commodity *commodity)
|
||||
gnc_tree_view_account_column_add_color (GNC_TREE_VIEW_ACCOUNT(
|
||||
book_currency_data->default_gain_loss_account_widget), col);
|
||||
|
||||
col =
|
||||
gnc_tree_view_add_toggle_column(GNC_TREE_VIEW(
|
||||
col = gnc_tree_view_add_toggle_column(GNC_TREE_VIEW(
|
||||
book_currency_data->default_gain_loss_account_widget),
|
||||
_("Placeholder"),
|
||||
/* Translators: This string has a context prefix; the
|
||||
|
Loading…
Reference in New Issue
Block a user