web-apps/vendor/touch/src/layout/VBox.js
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

13 lines
156 B
JavaScript

/**
*
*/
Ext.define('Ext.layout.VBox', {
extend: 'Ext.layout.FlexBox',
alias: 'layout.vbox',
config: {
orient: 'vertical'
}
});