Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Can't un-set the line-height #39

Open
jacobweber opened this issue Mar 13, 2013 · 4 comments
Open

Can't un-set the line-height #39

jacobweber opened this issue Mar 13, 2013 · 4 comments

Comments

@jacobweber
Copy link

List._buildTpl now sets the line-height style to the list's itemHeight config. But if you set this config to null, to indicate that you don't want the line-height specified, you end up with the CSS "line-height: undefinedpx". It should check to make sure this config isn't null before adding the style.

@mitchellsimoens
Copy link
Owner

Ext.ux.touch.grid does not specify itemHeight or the line-height CSS at all.

@jacobweber
Copy link
Author

It does as of this commit:

22ee937

The default Ext.dataview.List in Sencha Touch 2.1 sets a default value for itemHeight.

@mitchellsimoens
Copy link
Owner

You're right, was on a stale branch I had locally.

@Aswini1226
Copy link

Can anyone tell me how to create a button in this grid's column....right now i have used xtype:button ...my button is visible but with no text..amy help would be appreciated...thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants