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
2ecfc57b
Commit
2ecfc57b
authored
Aug 22, 2019
by
Bart Mathijssen
Committed by
Evan W. Patton
Aug 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove horizontal scroll from template wizard dialog
parent
428d7adf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
appinventor/appengine/src/com/google/appinventor/client/wizards/TemplateUploadWizard.java
...ogle/appinventor/client/wizards/TemplateUploadWizard.java
+2
-2
No files found.
appinventor/appengine/src/com/google/appinventor/client/wizards/TemplateUploadWizard.java
View file @
2ecfc57b
...
...
@@ -795,7 +795,7 @@ public class TemplateUploadWizard extends Wizard implements NewUrlDialogCallback
panel
.
add
(
descriptionHtml
);
panel
.
add
(
image
);
SimplePanel
wrapper
=
new
SimplePanel
();
wrapper
.
getElement
().
getStyle
().
setOverflow
(
Style
.
Overflow
.
SCROLL
);
wrapper
.
getElement
().
getStyle
().
setOverflow
Y
(
Style
.
Overflow
.
SCROLL
);
wrapper
.
add
(
panel
);
initWidget
(
wrapper
);
setStylePrimaryName
(
"ode-ContextMenu"
);
...
...
@@ -881,7 +881,7 @@ public class TemplateUploadWizard extends Wizard implements NewUrlDialogCallback
templateCellList
.
setWidth
(
"250px"
);
templateCellList
.
setHeight
(
"355px"
);
templateCellList
.
setVisible
(
true
);
templateCellList
.
getElement
().
getStyle
().
setOverflow
(
Style
.
Overflow
.
SCROLL
);
templateCellList
.
getElement
().
getStyle
().
setOverflow
Y
(
Style
.
Overflow
.
SCROLL
);
// Add a selection model to handle user selection.
final
SingleSelectionModel
<
TemplateInfo
>
selectionModel
=
...
...
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