From 2eb5d175fd46dbfd567a440774c362e8d3c67a90 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 19 Apr 2024 14:30:47 +0200 Subject: FLUID: Create VisualStudio compatible long strings Better labels on FLUDI image properties dialog Better documentation on image compression --- fluid/widget_panel.fl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'fluid/widget_panel.fl') 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} -- cgit v1.2.3