r=gerv, sr=bryner
On OS/2, don't allow custom DPI
This commit is contained in:
mkaply%us.ibm.com 2002-12-20 06:47:19 +00:00
Родитель 35f2ccbfa4
Коммит 3fa1fc0666
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -184,6 +184,8 @@ function Startup()
{
defaultResolution = "120";
otherResolution = "96";
document.getElementById( "arbitraryResolution" ).setAttribute( "hidden", "true" );
document.getElementById( "resolutionSeparator" ).setAttribute( "hidden", "true" );
} else {
defaultResolution = "96";
otherResolution = "72";

Просмотреть файл

@ -280,9 +280,9 @@
label="&resolution.system.label;"
id="systemResolution"
hidden="true"/>
<menuseparator/>
<menuseparator id="resolutionSeparator"/>
<menuitem id="userResolution" hidden="true"/>
<menuitem value="other" label="&resolution.other;"/>
<menuitem id="arbitraryResolution" value="other" label="&resolution.other;"/>
</menupopup>
</menulist>