チェンジセット 109
- 更新日時:
- 2010/01/16 19:22:27 (2 年 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 5 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/splash/splash.js
r105 r109 9 9 var height = pref.getIntPref("extensions.vocalofx.skin_splash.screen_height"); 10 10 var logo_image = pref.getCharPref("extensions.vocalofx.skin_splash.screen_logo"); 11 var spacer_height = pref.getIntPref("extensions.vocalofx.skin_splash.screen_spacer_height"); 11 12 if(!image){ 12 13 image = "chrome://vocalofx/content/splash/eclipse-3.4.png"; … … 34 35 var header = document.getElementById("header-30mac"); 35 36 var footer = document.getElementById("footer-30mac"); 36 header.height = 180;37 header.height = spacer_height; 37 38 footer.height = height - logo.height - header.height; 38 39 -
branches/release-1.0/chrome/content/splash/splash.xul
r105 r109 3 3 <!DOCTYPE dialog SYSTEM "chrome://vocalofx/locale/vocalofx.dtd"> 4 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 5 id="vocalofx-splash" onload="init();" hidechrome="true">5 title="&vocalofx.name;" id="vocalofx-splash" onload="init();" hidechrome="true"> 6 6 <script type="application/x-javascript" src="chrome://vocalofx/content/splash/splash.js"/> 7 7 <keyset> -
branches/release-1.0/chrome/locale/en-US/vocalofx.dtd
r107 r109 1 <!ENTITY vocalofx.name "VocaloFx"> 1 2 <!ENTITY vocalofx.menu.readme.label "README"> 2 3 <!ENTITY vocalofx.menu.config.label "Settings"> -
branches/release-1.0/chrome/locale/ja/vocalofx.dtd
r107 r109 1 <!ENTITY vocalofx.name "ぼかろFx"> 1 2 <!ENTITY vocalofx.menu.readme.label "README"> 2 3 <!ENTITY vocalofx.menu.config.label "設定"> -
branches/release-1.0/defaults/preferences/vocalofx.js
r100 r109 21 21 pref("extensions.vocalofx.skin_splash.screen_width", 455); 22 22 pref("extensions.vocalofx.skin_splash.screen_height", 303); 23 pref("extensions.vocalofx.skin_splash.screen_spacer_height", 180); 23 24 pref("extensions.vocalofx.skin_splash.screen_logo", "chrome://vocalofx/content/splash/logo.png"); 24 25 pref("extensions.vocalofx.skin_splash.voice", "chrome://vocalofx/content/splash/miku_kidou.wav");
