load without sidebar
This commit is contained in:
parent
054edd8a41
commit
6115850f17
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ oml.ui.itemViewPanel = function() {
|
||||||
],
|
],
|
||||||
orientation: 'horizontal',
|
orientation: 'horizontal',
|
||||||
selected: ui.itemView,
|
selected: ui.itemView,
|
||||||
size: window.innerWidth - ui.sidebarSize - 1
|
size: window.innerWidth - (ui.showSidebar ? ui.sidebarSize : 0) - 1
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
oml_itemview: function(data) {
|
oml_itemview: function(data) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue