Bug 1437967 - "Microsoft Translator" image in "Translations by" checkbox in translate/language preferences is vertically stretched, has wrong aspect ratio. r?jaws draft
authorDrew Willcoxon <adw@mozilla.com>
Tue, 13 Feb 2018 10:40:25 -0800
changeset 754536 96eddd0ef8481ae49753c1c765e16053aca4312e
parent 751476 f1a4b64f19b0e93c49492735db30a5023e624ae7
push id98910
push userbmo:adw@mozilla.com
push dateTue, 13 Feb 2018 18:41:41 +0000
reviewersjaws
bugs1437967
milestone60.0a1
Bug 1437967 - "Microsoft Translator" image in "Translations by" checkbox in translate/language preferences is vertically stretched, has wrong aspect ratio. r?jaws MozReview-Commit-ID: FDC2TGFGywc
browser/components/preferences/in-content/main.xul
--- a/browser/components/preferences/in-content/main.xul
+++ b/browser/components/preferences/in-content/main.xul
@@ -374,17 +374,18 @@
   </hbox>
 
   <hbox id="translationBox" hidden="true">
     <hbox align="center" flex="1">
       <checkbox id="translate" preference="browser.translation.detectLanguage"
                 label="&translateWebPages.label;." accesskey="&translateWebPages.accesskey;"
                 onsyncfrompreference="return gMainPane.updateButtons('translateButton',
                                               'browser.translation.detectLanguage');"/>
-      <hbox id="bingAttribution" hidden="true">
+      <hbox id="bingAttribution" hidden="true" align="center">
+        <separator orient="vertical" class="thin"/>
         <label>&translation.options.attribution.beforeLogo;</label>
         <separator orient="vertical" class="thin"/>
         <image id="translationAttributionImage" aria-label="Microsoft Translator"
                src="chrome://browser/content/microsoft-translator-attribution.png"/>
         <separator orient="vertical" class="thin"/>
         <label>&translation.options.attribution.afterLogo;</label>
       </hbox>
     </hbox>