From 328eb126ad100241d353a4dd12895d0ced849767 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Mon, 9 Mar 2015 03:01:24 -0400 Subject: [PATCH] ui --- js/menus/LatticeMenuView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/menus/LatticeMenuView.js b/js/menus/LatticeMenuView.js index 1c04e340..dc629220 100644 --- a/js/menus/LatticeMenuView.js +++ b/js/menus/LatticeMenuView.js @@ -153,7 +153,7 @@ LatticeMenuView = Backbone.View.extend({ <li><a class="connectionType" data-type="<%= key %>" href="#"><%= allConnectionTypes[cellType][key] %></a></li>\ <% }); %>\ </ul>\ - </div><br/>\ + </div><br/><br/>\ <% if (connectionType == "freeformFace") { %>\ Current Draw Shape: \ <div class="btn-group">\ -- GitLab