r=gerv, sr=bryner
On OS/2, don't allow custom DPI
This commit is contained in:
mkaply%us.ibm.com 2006-05-17 02:35:19 +00:00
Родитель f855682920
Коммит f8ba728ccc
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>