Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
DoubleTankLab.jl
Commits
ce0f3073
Commit
ce0f3073
authored
Mar 12, 2018
by
Jacob Wikmark
Browse files
compatibility with latest WebIO
parent
5c4f62d1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/tanklabgui.jl
View file @
ce0f3073
...
...
@@ -141,10 +141,6 @@ function makegui(P, plottingframerate = 10, guiframerate = 10)
layout
=
setindex_
(
layout
,
Node
(
:
div
,
graphic1
,
dummygraphic1
,
dummygraphic2
,
io_element
,
attributes
=
tankattr
),
1
,
2
)
#This makes it look a bit nicer, reducing the width of the right column
layout
[
1
][
2
]
.
props
[
:
style
][
:
width
]
=
"25%"
LabGUI
.
set!
(
gui
,
layout
)
LabGUI
.
animate
(
gui
,
:
svgdummy
,
1
/
guiframerate
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment