Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to set row height Sencha Touch List
- $global-row-height: 100px;
- .x-list .x-list-item {
- min-height: 100px;
- }
- .myList .x-list-item {
- min-height: 100px;
- }
- var list = new Ext.List({
- cls: 'myList',
- ...
- ...
- });
Advertisement
Add Comment
Please, Sign In to add comment