~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/apps/sqlitemanager1.2.0/spaw/dialogs/utils.gecko.js

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  function resizeDialogToContent()
 
2
  {
 
3
    // resize window so there are no scrollbars visible
 
4
    window.sizeToContent();
 
5
  }
 
6