summaryrefslogtreecommitdiff
path: root/test/CubeViewUI.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 /test/CubeViewUI.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 'test/CubeViewUI.fl')
-rw-r--r--test/CubeViewUI.fl16
1 files changed, 9 insertions, 7 deletions
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl
index 42d97463a..29730c674 100644
--- a/test/CubeViewUI.fl
+++ b/test/CubeViewUI.fl
@@ -2,13 +2,18 @@
version 1.0400
header_name {.h}
code_name {.cxx}
+snap {
+ ver 1
+ current_suite FLTK
+ current_preset 1
+}
class CubeViewUI {open
} {
Function {CubeViewUI()} {open
} {
Fl_Window mainWindow {
label CubeView open
- private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 hide resizable
+ private xywh {494 321 415 405} type Double box UP_BOX labelsize 12 resizable visible
} {
Fl_Group {} {open
xywh {5 3 374 399}
@@ -42,18 +47,15 @@ cube->redraw();}
Fl_Roller hrot {
label {H Rotation}
callback {cube->h_angle(((Fl_Roller *)o)->value());
-cube->redraw();}
+cube->redraw();} selected
xywh {122 383 186 17} type Horizontal labeltype NO_LABEL labelsize 12 align 8 minimum -180 maximum 180 step 1
}
}
Fl_Group MainView {open
- xywh {46 27 333 333} resizable
+ xywh {46 27 333 333} box DOWN_BOX resizable
} {
- Fl_Box cframe {
- xywh {46 27 333 333} box DOWN_FRAME color 4 selection_color 69
- }
Fl_Box cube {
- label {This is the cube_view} selected
+ label {This is the cube_view}
xywh {48 29 329 329} align 16 resizable
code0 {\#include "CubeView.h"}
class CubeView