summaryrefslogtreecommitdiff
path: root/fluid/template_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-14 23:42:09 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-14 23:42:17 +0200
commit5d69828ed08c5f3a254a2d5ae9a9ed65decb54a7 (patch)
tree92a443a7cffd1b4f49fa101be3432de1361bdd6f /fluid/template_panel.fl
parentb2eb664586b8d464e3382101846e4bde250285df (diff)
FLUID: fixes all overlapping widgets in all .fl files
Also fixes an issue with multiple use of the same variable for different types of i18n.
Diffstat (limited to 'fluid/template_panel.fl')
-rw-r--r--fluid/template_panel.fl11
1 files changed, 8 insertions, 3 deletions
diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl
index 879b94b38..5cd543e77 100644
--- a/fluid/template_panel.fl
+++ b/fluid/template_panel.fl
@@ -2,6 +2,11 @@
version 1.0400
header_name {.h}
code_name {.cxx}
+snap {
+ ver 1
+ current_suite {My Test}
+ current_preset 1
+}
comment {//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
@@ -32,7 +37,7 @@ decl {\#include <FL/fl_ask.H>} {private local
decl {\#include <FL/fl_string_functions.h>} {private local
}
-decl {\#include <FL/filename.H>} {selected private local
+decl {\#include <FL/filename.H>} {private local
}
decl {\#include "../src/flstring.h"} {private local
@@ -68,8 +73,8 @@ template_preview->image(0);
template_browser->deselect();
template_name->value("");
template_instance->value("");
-template_panel->hide();}
- xywh {455 202 460 355} type Double hide resizable modal
+template_panel->hide();} selected
+ xywh {478 284 460 355} type Double resizable modal visible
} {
Fl_Browser template_browser {
label {Available Templates:}