handle resize

This commit is contained in:
rlx 2016-01-10 15:09:21 +05:30
commit e24ed24ee5
3 changed files with 4 additions and 4 deletions

View file

@ -19,6 +19,9 @@ oml.ui.folders = function() {
},
oml_showfolder: function() {
oml.resizeListFolders();
},
oml_showinfo: function() {
oml.resizeListFolders();
}
});