Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
a194f49a
Commit
a194f49a
authored
Nov 14, 2019
by
Evan W. Patton
Committed by
Susan Rati Lane
Nov 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tutorial panel sizing (#1904)
Change-Id: Ib3142c60ecb389da2b304d96c30308cb08939ebb
parent
9615b7a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
appinventor/appengine/src/com/google/appinventor/client/Ode.java
...ntor/appengine/src/com/google/appinventor/client/Ode.java
+2
-0
No files found.
appinventor/appengine/src/com/google/appinventor/client/Ode.java
View file @
a194f49a
...
@@ -2604,6 +2604,7 @@ public class Ode implements EntryPoint {
...
@@ -2604,6 +2604,7 @@ public class Ode implements EntryPoint {
private
void
showTutorials
()
{
private
void
showTutorials
()
{
if
(
tutorialVisible
)
{
if
(
tutorialVisible
)
{
tutorialPanel
.
setVisible
(
true
);
tutorialPanel
.
setVisible
(
true
);
overDeckPanel
.
setCellWidth
(
tutorialPanel
,
"300"
);
}
}
}
}
...
@@ -2612,6 +2613,7 @@ public class Ode implements EntryPoint {
...
@@ -2612,6 +2613,7 @@ public class Ode implements EntryPoint {
if
(
visible
)
{
if
(
visible
)
{
tutorialPanel
.
setVisible
(
true
);
tutorialPanel
.
setVisible
(
true
);
tutorialPanel
.
setWidth
(
"300px"
);
tutorialPanel
.
setWidth
(
"300px"
);
overDeckPanel
.
setCellWidth
(
tutorialPanel
,
"300"
);
}
else
{
}
else
{
tutorialPanel
.
setVisible
(
false
);
tutorialPanel
.
setVisible
(
false
);
overDeckPanel
.
setCellWidth
(
tutorialPanel
,
"0%"
);
overDeckPanel
.
setCellWidth
(
tutorialPanel
,
"0%"
);
...
...
Write
Preview
Markdown
is supported
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