Changeset 590
- Timestamp:
- 2007-09-04 23:22:48 (1 year ago)
- Files:
-
- trunk/chrome/content/preferences/prefs.xul (modified) (1 diff)
- trunk/chrome/locale/en-US/prefpanes.dtd (modified) (1 diff)
- trunk/chrome/skin/mac/preferences.css (modified) (1 diff)
- trunk/chrome/skin/unix/preferences.css (modified) (1 diff)
- trunk/chrome/skin/win/preferences.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/preferences/prefs.xul
r467 r590 25 25 persist="lastSelected screenX screenY" 26 26 onload="Prefs.load();" 27 > 27 style="&winstyle;" 28 > 28 29 <stringbundle id="stringB" src="chrome://dta/locale/prefpanes.properties" /> 29 30 trunk/chrome/locale/en-US/prefpanes.dtd
r580 r590 1 <!ENTITY winstyle "width:52em;height:42em;"> 1 2 <!ENTITY filterspane.label "Filters"> 2 3 <!ENTITY listhead1.label "Caption"> trunk/chrome/skin/mac/preferences.css
r316 r590 2 2 3 3 prefwindow { 4 width: 52em;4 height: auto !important; 5 5 } 6 6 trunk/chrome/skin/unix/preferences.css
r84 r590 1 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 3 prefwindow {4 width: 52em;5 height: 42em;6 }trunk/chrome/skin/win/preferences.css
r83 r590 1 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 3 prefwindow {4 width: 52em;5 height: 40em;6 }
