diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-11 03:33:25 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-11 03:40:07 +0100 |
| commit | 1c962bf5e26d3883bfc804b111d28080036d4feb (patch) | |
| tree | 1e6032e2b9db9d2348fa64c1b39d227ad7347957 /fluid/print_panel.fl | |
| parent | 235f9ed709d4b6ce6dbf46248250e8586bdd2dfe (diff) | |
STR 3210: indentation is now controlled in one single position for all source and header files.
Diffstat (limited to 'fluid/print_panel.fl')
| -rw-r--r-- | fluid/print_panel.fl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl index 9119d35a9..a576ca86c 100644 --- a/fluid/print_panel.fl +++ b/fluid/print_panel.fl @@ -2,6 +2,8 @@ version 1.0400 header_name {.h} code_name {.cxx} +mac_shell_cmd {echo "Fluid is nice"} +mac_shell_flags 3 comment {// // FLUID print panel for the Fast Light Tool Kit (FLTK). // @@ -20,7 +22,7 @@ comment {// } {in_source in_header } -decl {\#include "fluid.h"} {selected private local +decl {\#include "fluid.h"} {private local } decl {\#include <FL/fl_string.h>} {private local @@ -212,7 +214,7 @@ print_collate_group[1 - i]->hide();} Fl_Window print_properties_panel { label {Printer Properties} callback {print_properties_panel->hide(); -print_update_status();} +print_update_status();} selected xywh {462 486 290 130} type Double modal visible } { Fl_Choice print_page_size { |
