More minor language-related tweaks
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@940 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
6d30a6b7ee
commit
2a9f517306
|
@ -13,7 +13,8 @@ var put_locale = function(svgCanvas, given_param){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// don't bother on first run if language is English
|
// don't bother on first run if language is English
|
||||||
if(String(lang_param).indexOf("en") == 0) return;
|
lang_param = String(lang_param);
|
||||||
|
if(lang_param.indexOf("en") == 0) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var url = "locale/lang." + lang_param + ".js";
|
var url = "locale/lang." + lang_param + ".js";
|
||||||
|
|
|
@ -588,6 +588,10 @@ span.zoom_tool {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#svg_docprops #resolution {
|
||||||
|
max-width: 14em;
|
||||||
|
}
|
||||||
|
|
||||||
#tool_docprops_back {
|
#tool_docprops_back {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
@ -597,6 +601,7 @@ span.zoom_tool {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin: 5px .7em;
|
margin: 5px .7em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#svg_docprops_docprops > legend, #svg_docprops_prefs > legend {
|
#svg_docprops_docprops > legend, #svg_docprops_prefs > legend {
|
||||||
|
|
|
@ -386,7 +386,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||||
<option>1024x768</option>
|
<option>1024x768</option>
|
||||||
<option>1280x960</option>
|
<option>1280x960</option>
|
||||||
<option>1600x1200</option>
|
<option>1600x1200</option>
|
||||||
<option id="fitToContent" value="content">Fit to Content</option>
|
<option id="fitToContent" value="content">Fit to ContentFit to Content</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in New Issue