summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-04-19 14:30:47 +0200
committerMatthias Melcher <github@matthiasm.com>2024-04-19 14:30:59 +0200
commit2eb5d175fd46dbfd567a440774c362e8d3c67a90 (patch)
tree8a49009069c8489997f58bcff5ac049f3f652078 /fluid/widget_panel.fl
parent15d9a350bf715357dec12810dcfe51ba8defbd5d (diff)
FLUID: Create VisualStudio compatible long strings
Better labels on FLUDI image properties dialog Better documentation on image compression
Diffstat (limited to 'fluid/widget_panel.fl')
-rw-r--r--fluid/widget_panel.fl10
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}