Hi,
There is showcase sample http://www.smartclient.com/smartclie...sizeIncrease=0
It uses headerHeight:40 hardcoded in pixels, which makes header height insensible for changing density (whatever density user chooses, header is always 40px). So this is basically wrong.
Commenting out the line:
// headerHeight:40
improves this example in that way it observes density and calculates headerHeight accordingly.
It works fine in most browsers, but unfortunately on firefox 54.0.1 (32 bit) on Windows 8 cuts bottom of letters when density Dense is chosen:
Both on Chrome and IE (and even of FF on linux) it looks much better.
Thanks,
MichalG
There is showcase sample http://www.smartclient.com/smartclie...sizeIncrease=0
It uses headerHeight:40 hardcoded in pixels, which makes header height insensible for changing density (whatever density user chooses, header is always 40px). So this is basically wrong.
Commenting out the line:
// headerHeight:40
improves this example in that way it observes density and calculates headerHeight accordingly.
It works fine in most browsers, but unfortunately on firefox 54.0.1 (32 bit) on Windows 8 cuts bottom of letters when density Dense is chosen:
Both on Chrome and IE (and even of FF on linux) it looks much better.
Thanks,
MichalG
Comment