diff options
| author | Greg Ercolano <erco@seriss.com> | 2014-05-17 20:46:25 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2014-05-17 20:46:25 +0000 |
| commit | 2c820fd53dad8a753721a9a4ff5d8daced7345ee (patch) | |
| tree | 64eb906c40d0de9999eef42c4f389cf7669ccf42 /fluid/print_panel.fl | |
| parent | 4c301eb6f9e27c63ca08115a7111882dafd5bcff (diff) | |
Fixes for STR#3085; fluid UI layout clipping issues.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10149 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 a37612777..4d84dd32f 100644 --- a/fluid/print_panel.fl +++ b/fluid/print_panel.fl @@ -214,7 +214,7 @@ print_update_status();} open } { Fl_Choice print_page_size { label {Page Size:} - xywh {110 10 80 25} down_box BORDER_BOX labelfont 1 + xywh {110 10 80 25} down_box BORDER_BOX labelfont 1 labelsize 12 } { MenuItem {} { label Letter @@ -227,7 +227,7 @@ print_update_status();} open } Fl_Group {} { label {Output Mode:} open - xywh {110 45 170 40} labelfont 1 align 4 + xywh {110 45 170 40} labelfont 1 labelsize 12 align 4 } { Fl_Button {print_output_mode[0]} { image {pixmaps/print_color.xpm} xywh {110 45 30 40} type Radio box BORDER_BOX down_box BORDER_BOX value 1 color 7 selection_color 0 |
