Add the Register width menu options to the Scheduled

Transaction Template dialog.
This commit is contained in:
Robert Fewell 2020-06-08 16:57:02 +01:00
parent d281a3f270
commit 4fba473570
2 changed files with 8 additions and 0 deletions

View File

@ -168,6 +168,7 @@ static GtkActionEntry gnc_sxed_menu_entries [] =
{ "TransactionAction", NULL, N_("_Transaction"), NULL, NULL, NULL },
{ "ViewAction", NULL, N_("_View"), NULL, NULL, NULL },
{ "ActionsAction", NULL, N_("_Actions"), NULL, NULL, NULL },
{ "WindowsAction", NULL, N_("_Windows"), NULL, NULL, NULL },
};
static guint gnc_sxed_menu_n_entries = G_N_ELEMENTS (gnc_sxed_menu_entries);

View File

@ -33,6 +33,13 @@
</placeholder>
</menu>
<menu name="Windows" action="WindowsAction">
<placeholder name="WindowsLayoutPlaceholder">
<menuitem name="WindowsSaveLayout" action="WindowsSaveLayoutAction"/>
<menuitem name="WindowsResetLayout" action="WindowsResetLayoutAction"/>
</placeholder>
</menu>
</menubar>
<toolbar name="DefaultToolbar">