Bug 139573: [classic] The UP/DOWN buttons are too small. Patch by Tuukka Tolvanen <t.bugz@lament.cjb.net>, r=sgehani, sr=jag, a=Asa

This commit is contained in:
jaggernaut%netscape.com 2006-05-17 02:36:07 +00:00
parent c745541426
commit 30803f91c4
2 changed files with 8 additions and 4 deletions

View File

@ -74,8 +74,12 @@
<vbox>
<spacer flex="1"/>
<button id="up_button" class="up small" disabled="true"
label="&charset.customize.moveUp.label;"
accesskey="&charset.customize.moveUp.accesskey;"
oncommand="MoveUp();"/>
<button id="down_button" class="down small" disabled="true"
label="&charset.customize.moveDown.label;"
accesskey="&charset.customize.moveDown.accesskey;"
oncommand="MoveDown();"/>
<spacer flex="1"/>
</vbox>

View File

@ -33,9 +33,9 @@
<!ENTITY charset.customize.cancel.label "Cancel">
<!ENTITY charset.customize.save.label "Save">
<!ENTITY charset.customize.save.popup "Please restart the browser for changes to take effect...">
<!ENTITY charset.customize.moveUp.label "Up">
<!ENTITY charset.customize.moveUp.accesskey "u">
<!ENTITY charset.customize.moveDown.label "Down">
<!ENTITY charset.customize.moveDown.accesskey "d">
<!ENTITY charset.customize.moveUp.label "Move Up">
<!ENTITY charset.customize.moveUp.accesskey "U">
<!ENTITY charset.customize.moveDown.label "Move Down">
<!ENTITY charset.customize.moveDown.accesskey "D">