diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/ui/menu/menu-controller.js | 4 | ||||
-rwxr-xr-x | js/ui/menu/menu-item.reel/menu-item.css | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/js/ui/menu/menu-controller.js b/js/ui/menu/menu-controller.js index b6e045db..d93e96bd 100644 --- a/js/ui/menu/menu-controller.js +++ b/js/ui/menu/menu-controller.js | |||
@@ -55,7 +55,7 @@ exports.MenuController = Montage.create(Component, { | |||
55 | 55 | ||
56 | if(this._currentDocument && this._currentDocument.currentView === "design") { | 56 | if(this._currentDocument && this._currentDocument.currentView === "design") { |
57 | document.application.model.show3dGrid = this._currentDocument.model.draw3DGrid; | 57 | document.application.model.show3dGrid = this._currentDocument.model.draw3DGrid; |
58 | this.topLevelMenu[2].entries[4].checked = this._currentDocument.model.draw3DGrid; | 58 | this.topLevelMenu[2].entries[5].checked = this._currentDocument.model.draw3DGrid; |
59 | } | 59 | } |
60 | 60 | ||
61 | if(!this._currentDocument) { | 61 | if(!this._currentDocument) { |
@@ -150,7 +150,7 @@ exports.MenuController = Montage.create(Component, { | |||
150 | 150 | ||
151 | handlegrid: { | 151 | handlegrid: { |
152 | value: function(value) { | 152 | value: function(value) { |
153 | this.topLevelMenu[2].entries[4].checked = !this.topLevelMenu[2].entries[4].checked; | 153 | this.topLevelMenu[2].entries[5].checked = !this.topLevelMenu[2].entries[5].checked; |
154 | document.application.model.show3dGrid = this.topLevelMenu[2].entries[4].checked; | 154 | document.application.model.show3dGrid = this.topLevelMenu[2].entries[4].checked; |
155 | } | 155 | } |
156 | }, | 156 | }, |
diff --git a/js/ui/menu/menu-item.reel/menu-item.css b/js/ui/menu/menu-item.reel/menu-item.css index f3683492..cb495b43 100755 --- a/js/ui/menu/menu-item.reel/menu-item.css +++ b/js/ui/menu/menu-item.reel/menu-item.css | |||
@@ -129,12 +129,13 @@ POSSIBILITY OF SUCH DAMAGE. | |||
129 | top: 0%; | 129 | top: 0%; |
130 | left: 100%; | 130 | left: 100%; |
131 | margin-top: 1px; | 131 | margin-top: 1px; |
132 | margin-left: 1px; | 132 | /*margin-left: 1px;*/ |
133 | float:left; | 133 | float:left; |
134 | font-family: 'Droid Sans', sans-serif !important; | 134 | font-family: 'Droid Sans', sans-serif !important; |
135 | color: #ffffff; | 135 | color: #ffffff; |
136 | background: #494949; | 136 | background: #494949; |
137 | /*border: 1px solid #292929;*/ | 137 | /*border: 1px solid #292929;*/ |
138 | border-top-right-radius: 5px; | ||
138 | border-bottom-right-radius: 5px; | 139 | border-bottom-right-radius: 5px; |
139 | border-bottom-left-radius: 5px; | 140 | border-bottom-left-radius: 5px; |
140 | /*border-radius: 8px;*/ | 141 | /*border-radius: 8px;*/ |