Commit 94614f1be55e2085ecd7a00704d37b2f3a8e25c5
- Diff rendering mode:
- inline
- side by side
|   | |||
| 1 | Copyright (c) 2009 tarirene | ||
| 2 | |||
| 3 | Permission is hereby granted, free of charge, to any person | ||
| 4 | obtaining a copy of this software and associated documentation | ||
| 5 | files (the "Software"), to deal in the Software without | ||
| 6 | restriction, including without limitation the rights to use, | ||
| 7 | copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 8 | copies of the Software, and to permit persons to whom the | ||
| 9 | Software is furnished to do so, subject to the following | ||
| 10 | conditions: | ||
| 11 | |||
| 12 | The above copyright notice and this permission notice shall be | ||
| 13 | included in all copies or substantial portions of the Software. | ||
| 14 | |||
| 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
| 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
| 17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
| 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
| 19 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
| 20 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
| 21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
| 22 | OTHER DEALINGS IN THE SOFTWARE. |
|   | |||
| 1 | --- .orig/usr/palm/applications/com.palm.app.pdfviewer/app/views/document/document-scene.html | ||
| 2 | +++ /usr/palm/applications/com.palm.app.pdfviewer/app/views/document/document-scene.html | ||
| 3 | @@ -1,4 +1,4 @@ | ||
| 4 | -<div id="header" style="height:56px;"> | ||
| 5 | +<div id="header" style="height:0px;"> | ||
| 6 | <div id="findField" name="findField" x-mojo-element="Find"> </div> | ||
| 7 | </div> | ||
| 8 | |||
| 9 | --- .orig/usr/palm/applications/com.palm.app.pdfviewer/app/views/document/header_bar.html | ||
| 10 | +++ /usr/palm/applications/com.palm.app.pdfviewer/app/views/document/header_bar.html | ||
| 11 | @@ -1,4 +1,4 @@ | ||
| 12 | -<div id="topHead" class="palm-header left"> | ||
| 13 | +<div id="topHead" class="palm-header left" style="height:0px;"> | ||
| 14 | <div id="my_spinner" x-mojo-element="Spinner"> </div> | ||
| 15 | <div id="documentname" x-mojo-loc="" class="truncating-text"></div> | ||
| 16 | </div> | ||
| 17 | @@ -1,4 +1,4 @@ | ||
| 18 | <div id="topHead" class="palm-header left"> | ||
| 19 | <div id="my_spinner" x-mojo-element="Spinner"> </div> | ||
| 20 | - <div id="documentname" x-mojo-loc="" class="truncating-text"></div> | ||
| 21 | + <div id="documentname" x-mojo-loc="" class="truncating-text" style="height:0px;"></div> | ||
| 22 | </div> |

