Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DMDesign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amanda Ghassaei
DMDesign
Commits
3e65f7fc
Commit
3e65f7fc
authored
9 years ago
by
Amanda Ghassaei
Browse files
Options
Downloads
Patches
Plain Diff
small changes
parent
077c6716
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.html
+0
-19
0 additions, 19 deletions
index.html
js/menus/SendMenuView.js
+1
-0
1 addition, 0 deletions
js/menus/SendMenuView.js
with
1 addition
and
19 deletions
index.html
+
0
−
19
View file @
3e65f7fc
...
...
@@ -63,7 +63,6 @@
</li>
</ul>
</li>
<li><a
id=
"saveUserSettings"
data-toggle=
"modal"
data-target=
"#saveUserModel"
href=
"#"
>
Save User Settings...
</a></li>
<li
class=
"divider"
></li>
<li><a
id=
"exportSTL"
href=
"#"
>
Export STL
</a></li>
</ul>
...
...
@@ -107,24 +106,6 @@
</div>
</div>
<div
class=
"modal fade"
id=
"saveUserModel"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"basicModal"
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-sm"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<p
class=
"modal-title"
>
Save User Settings
</p>
</div>
<div
class=
"modal-body"
>
<input
id=
"saveUserFileName"
type=
"text"
value=
"User"
placeholder=
"Enter file name"
class=
"form-control filename"
>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
Cancel
</button>
<button
type=
"button"
class=
"saveUser btn btn-primary"
>
Save
</button>
</div>
</div>
</div>
</div>
<div
class=
"modal fade"
id=
"genericModal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"basicModal"
aria-hidden=
"true"
></div>
<div
id=
"menuWrapper"
><div
id=
"menuHeader"
></div><div
id=
"menuContent"
></div></div>
...
...
This diff is collapsed.
Click to expand it.
js/menus/SendMenuView.js
+
1
−
0
View file @
3e65f7fc
...
...
@@ -90,6 +90,7 @@ define(['jquery', 'underscore', 'menuParent', 'serialComm', 'commPlist', 'text!s
_setEditorHeight
:
function
(){
var
$editor
=
$
(
'
#gcodeEditor
'
);
if
(
$editor
.
position
()
===
undefined
)
return
;
//not rendered (bc user has not generated gcode yet)
var
height
=
this
.
$el
.
height
()
-
$editor
.
position
().
top
;
height
=
Math
.
max
(
height
,
250
);
$editor
.
css
({
height
:
height
+
"
px
"
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment