DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Changing jqt.bars toolbar position #14

Closed aaronmcadam closed 13 years ago

aaronmcadam commented 13 years ago

Is it possible at all to have the toolbar display at the top of the window? I've changed the css to { top : 0 } but of course that's not really right - there's still a gap at the bottom of the app.

DataZombies commented 13 years ago

Yes, it is possible. However my Mac is dead due to a blown logic board. You could fork this project and develop that. You'll have to adjust the inner height calculation in setHeight.

aaronmcadam commented 13 years ago

Sorry to hear about your hardware problems! I'll fork it tomorrow and give it a go, thanks!