summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CubeView.cxx4
-rw-r--r--test/CubeViewUI.fl10
2 files changed, 7 insertions, 7 deletions
diff --git a/test/CubeView.cxx b/test/CubeView.cxx
index f59cbb1d3..ae260ade4 100644
--- a/test/CubeView.cxx
+++ b/test/CubeView.cxx
@@ -40,8 +40,8 @@ CubeView::CubeView(int x,int y,int w,int h,const char *l)
vAng = 0.0;
hAng=0.0;
size=10.0;
- xshift=0.0;
- yshift=0.0;
+ xshift=0.0;
+ yshift=0.0;
/* The cube definition. These are the vertices of a unit cube
* centered on the origin.*/
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl
index b742e21bf..da8e196e0 100644
--- a/test/CubeViewUI.fl
+++ b/test/CubeViewUI.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0100
+version 1.0108
header_name {.h}
code_name {.cxx}
class CubeViewUI {open
@@ -7,7 +7,7 @@ class CubeViewUI {open
Function {CubeViewUI()} {open
} {
Fl_Window mainWindow {
- label CubeView open selected
+ label CubeView open
private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 resizable visible
} {
Fl_Group {} {open
@@ -47,14 +47,14 @@ cube->redraw();}
}
}
Fl_Group MainView {open
- xywh {46 27 333 333}
+ xywh {46 27 333 333} 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}
- xywh {48 29 329 329} align 16
+ label {This is the cube_view} selected
+ xywh {48 29 329 329} align 16 resizable
code0 {\#include "CubeView.h"}
class CubeView
}