summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-02 01:10:43 +0300
committerAlon Levy <alon@pobox.com>2015-04-02 01:10:43 +0300
commitb5dbfff3d4039107e9a4666a98cfa26c1f02162e (patch)
tree5df4c2e3b221261dc2a5044680355c579f56b9d3 /src/client/view/graph_view.js
parent95e3aa72c1d71ed054b98fbfed2be009ade3ced9 (diff)
client/style: add layout-buttons and btn_layoutwip/selection-ring
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 94495cab..a6e8f946 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -1173,7 +1173,7 @@ function GraphView(spec) {
set_layout(temporary ? layouts.empty : layouts.layouts[0].create);
if (!temporary) {
- set_layout_toolbar('#layout-bar');
+ set_layout_toolbar('#layout-buttons');
}
zoom_property.onValue(function (val) {