Changeset 20313 for platform

Show
Ignore:
Timestamp:
09/30/08 21:34:05 (2 months ago)
Author:
thorikawa
Message:

フォントを等幅に強制する処理を組み込み

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/firefox/FireMobileSimulator/trunk/src/chrome/content/overlay.js

    r20312 r20313  
    196196                //      return; 
    197197                //} 
     198                 
     199                //フォントを等幅に統一 
     200                ndDocument.body.style.fontFamily = "monospace"; 
     201                 
     202                //表示領域サイズの制御(現在は横幅のみ) 
    198203                var forceScreenWidth = firemobilesimulator.common.pref 
    199204                                .getBoolPref("msim.config.general.force-screen-width")