From 5b802be52ba63b7525e415eb26cabef2aa5e293b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:19:14 +0200 Subject: Add Tabloid paper size to menu_print_page_size array --- src/print_panel.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/print_panel.cxx') diff --git a/src/print_panel.cxx b/src/print_panel.cxx index aa1908f35..0c139f5b7 100644 --- a/src/print_panel.cxx +++ b/src/print_panel.cxx @@ -118,6 +118,7 @@ static const Fl_Menu_Item menu_print_page_size[] = { {"B5", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {"Com10", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {"DL", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, + {"Tabloid", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {0,0,0,0,0,0,0,0,0} }; -- cgit v1.2.3