1999-12-23 08:25:08 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s): ______________________________________. -->
|
|
|
|
|
|
|
|
|
2000-04-19 21:42:30 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-fonts.dtd" >
|
1999-12-23 08:25:08 +00:00
|
|
|
|
|
|
|
<overlay id="fontScaling"
|
2000-06-15 09:54:41 +00:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
2001-03-22 00:59:29 +00:00
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
1999-12-23 08:25:08 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
>
|
|
|
|
|
|
|
|
<window id="fontPanel">
|
2001-07-09 18:41:07 +00:00
|
|
|
<groupbox orient="vertical">
|
2001-03-22 00:59:29 +00:00
|
|
|
<label value="&fontScaling;"/>
|
1999-12-23 08:25:08 +00:00
|
|
|
<html:div>&fontScalingIntro;</html:div>
|
|
|
|
<spring style="height: 10px;"/>
|
2000-02-14 05:30:05 +00:00
|
|
|
<html:div>
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:label for="browserScreenResolution">&resolution;</html:label>
|
2000-02-29 22:52:30 +00:00
|
|
|
<html:input type="text" id="browserScreenResolution" pref="true" preftype="int"
|
2000-05-18 03:19:00 +00:00
|
|
|
prefstring="browser.display.screen_resolution" value="&defaultScaling;" size="3"/>
|
1999-12-23 08:25:08 +00:00
|
|
|
<html:label>&fontScalingExample;</html:label>
|
2000-02-14 05:30:05 +00:00
|
|
|
</html:div>
|
2001-07-09 18:41:07 +00:00
|
|
|
</groupbox>
|
1999-12-23 08:25:08 +00:00
|
|
|
</window>
|
2000-04-19 21:42:30 +00:00
|
|
|
</overlay>
|