fixMargin v1.0 by Levak (07/05/14) http://tiplanet.org http://levak.free.fr Goal: ----- fixMargin is a patch for OSes 3.6 that removes the horizontal margin created by the warning icon. This icon is, most of the time, hidden. This patch lets you get these lost pixels back for more screen space. Install: -------- * Put fixMargin in the /ndless/startup/ folder. * Reset the calculator (reset button on the back) in order to clean the Scratchpad. * Install Ndless 3.6. * Open the Scratchpad (Ctrl+0). How does it work: ----------------- fixMargin hooks itself to the (somehow called) "getHistoryRowMargin" function. This function stores in R2 and R3 two margins. This patch always put 0x0 in them. It then checks if the callee function is the warning detection system. If it is, it gets the HistoryRow in R4, gets its D2Editor, and move it 0x12 on x. Changelog: ---------- * 1.0 (07/05/14) - First version