File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
test-dashboard/toolpanel-dashboard Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 29
29
30
30
31
31
<!-- UI Stuff -->
32
- < script type "text/javascript" src="ui.js "> </ script >
32
+ < script type = "text/javascript " src ="ui.js "> </ script >
33
33
34
34
</ body >
35
35
Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ function createPlot (divId) {
30
30
graphDiv . style . position = 'relative' ;
31
31
graphDiv . style . verticalAlign = 'top' ;
32
32
33
- toolDiv . style . verticalAlign = 'top' ;
34
- toolDiv . style . width = '130px' ;
35
- toolDiv . style . display = 'inline-block' ;
33
+ toolDiv . className = 'toolDiv' ;
36
34
37
35
containerDiv . appendChild ( toolDiv ) ;
38
36
containerDiv . appendChild ( graphDiv ) ;
@@ -62,7 +60,8 @@ function createPlot (divId) {
62
60
window . toolPanel = graphDiv . toolPanel ;
63
61
64
62
graphDiv . toolPanel . makeMenu ( {
65
- toolMenuContainer : toolDiv
63
+ toolMenuContainer : toolDiv ,
64
+ menuStyle : 'narrow'
66
65
} ) ;
67
66
68
67
toolPanel . createMenuMultiButton ( [
You can’t perform that action at this time.
0 commit comments