Talk:Patch Clock Add space between Snooze and Dismiss buttons

From WebOS Internals
Jump to navigation Jump to search

Thanks for adding this for me. I was not really sure how to add pages on this site, and I have not figure out how to turn it in to a .patch and have not had any time to figure it out. also thanks for figuring out how to add a specific "< div >" height. I was trying to figure it out but just threw it together. --Elpollodiablo1 19:59, 28 October 2009 (UTC)



Within this function find

"height": 200,

And replace it with

"height": 200,



Shouldn't the previous code actually read something different? Like 250 or 300? Not replace with the same information. Am I missing something? For instance,


Within this function find

"height": 200,

And replace it with

"height": 300,



You are correct. Good ol cut and past error. The valu should be 275. I have updated the instructions. Thankyou for the find.