diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:32:43 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-16 19:47:16 +0100 |
| commit | 4041608e9487bb59e14593c52aca91054ff79cdf (patch) | |
| tree | deb8279c42281231cfa0dffb53e8dfc491b3f7d3 /fluid/print_panel.fl | |
| parent | 788ca208f7e633cd19ddfa0151edc74f3d1a5438 (diff) | |
Update fluid files and generated files
fluid/widget_panel.cxx: apply previous fluid fix
Diffstat (limited to 'fluid/print_panel.fl')
| -rw-r--r-- | fluid/print_panel.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl index e85f3493b..8b402d07e 100644 --- a/fluid/print_panel.fl +++ b/fluid/print_panel.fl @@ -39,7 +39,7 @@ Function {make_print_panel()} {open } { Fl_Window print_panel { label Print - xywh {465 222 465 235} type Double modal visible + xywh {465 222 465 235} type Double hide modal } { Fl_Group print_panel_controls {open xywh {10 10 447 216} @@ -213,7 +213,7 @@ print_collate_group[1 - i]->hide();} label {Printer Properties} callback {print_properties_panel->hide(); print_update_status();} - xywh {462 486 290 130} type Double modal visible + xywh {462 486 290 130} type Double hide modal } { Fl_Choice print_page_size { label {Page Size:} |
