Skip to content

Commit b1069f9

Browse files
author
jeremy.lin1
committed
Center align play button
1 parent 202ef13 commit b1069f9

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/gwt/material/design/incubator/client/viewer/resources/js

1 file changed

+1
-1
lines changed

src/main/resources/gwt/material/design/incubator/client/viewer/resources/js/viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396

397397
var REGEXP_SPACES = /\s\s*/; // Misc
398398

399-
var BUTTONS = ['zoom-in', 'zoom-out', 'one-to-one', 'reset', 'prev', 'play', 'next', 'rotate-left', 'rotate-right', 'flip-horizontal', 'flip-vertical'];
399+
var BUTTONS = ['zoom-in', 'zoom-out', 'one-to-one', 'reset', 'prev','next', 'play', 'rotate-left', 'rotate-right', 'flip-horizontal', 'flip-vertical'];
400400

401401
/**
402402
* Check if the given value is a string.

0 commit comments

Comments
 (0)