diff --git a/app/source/TodoPrefs.js b/app/source/TodoPrefs.js index 455686e..b6ab7fa 100644 --- a/app/source/TodoPrefs.js +++ b/app/source/TodoPrefs.js @@ -82,7 +82,7 @@ enyo.kind({ } ]}, {kind: "Item", layoutKind: "HFlexLayout", - name: "dboxpathselect", showing: true, + name: "dboxpathselect", showing: false, components: [ {flex: 1, kind: "Input", name: "dboxpath", preferenceProperty: "dboxpath", diff --git a/app/source/TodoTxt.js b/app/source/TodoTxt.js index 45cd30f..be15553 100644 --- a/app/source/TodoTxt.js +++ b/app/source/TodoTxt.js @@ -44,7 +44,8 @@ enyo.kind({ {name: "viewTitle", kind: "HtmlContent", className: "todo-view-title", content: ""} ]}, - {flex: 1, kind: "Pane", onSelectView: "viewSelected", components: [ + {flex: 1, kind: "Pane", onSelectView: "viewSelected", + transitionKind: enyo.transitions.Simple, components: [ {name: "listView", kind: "TodoList", onEdit: "showEditView", onPrefs: "showPrefView", onReload: "refreshTodo" },