diff options
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 02fbf3ae7..1427b91f3 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -164,10 +164,9 @@ Function {make_image_panel()} { xywh {10 100 60 20} labelfont 1 labelsize 11 align 24 } Fl_Check_Button {} { - label compressed + label {convert to raw pixel data} callback compress_image_cb - tooltip {store image uncompressed as RGBA data -or compressed in the original file format} xywh {75 100 170 20} down_box DOWN_BOX labelsize 11 + tooltip {if unchecked, keep the image in its original format and store the data as is; if checked, convert the image and store it as uncompressed RGB or grayscale pixel data} xywh {75 100 170 20} down_box DOWN_BOX labelsize 11 } Fl_Check_Button {} { label {bind to widget} @@ -287,10 +286,9 @@ or compressed in the original file format} xywh {75 100 170 20} down_box DOWN_BO xywh {10 240 60 20} labelfont 1 labelsize 11 align 24 } Fl_Check_Button {} { - label compressed + label {convert to raw pixel data} callback compress_deimage_cb - tooltip {store image uncompressed as RGBA data -or compressed in the original file format} xywh {75 240 170 20} down_box DOWN_BOX labelsize 11 + tooltip {if unchecked, keep the image in its original format and store the data as is; if checked, convert the image and store it as uncompressed RGB or grayscale pixel data} xywh {75 240 170 20} down_box DOWN_BOX labelsize 11 } Fl_Check_Button {} { label {bind to widget} |
