浏览代码

Enables vertical filmstrip by default.

master
damencho 8 年前
父节点
当前提交
70e1bfc6b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js 查看文件

59
     /**
59
     /**
60
      * Whether to show thumbnails in filmstrip as a column instead of as a row.
60
      * Whether to show thumbnails in filmstrip as a column instead of as a row.
61
      */
61
      */
62
-    VERTICAL_FILMSTRIP: false,
62
+    VERTICAL_FILMSTRIP: true,
63
 
63
 
64
     //A html text to be shown to guests on the close page, false disables it
64
     //A html text to be shown to guests on the close page, false disables it
65
     CLOSE_PAGE_GUEST_HINT: false,
65
     CLOSE_PAGE_GUEST_HINT: false,

正在加载...
取消
保存