Bug 1357827 - Set the 'accessory-button' class on the Container Tabs button so it will have the same width as the buttons above and below it. r?mconley draft
authorJared Wein <jwein@mozilla.com>
Wed, 19 Apr 2017 13:30:19 -0400
changeset 565262 8b5bb947e9636e405e5ad5775d96017b571fe90b
parent 565261 a34919b3d942cfd4f0737d432742b0ffa9929389
child 565361 7456d7fa40992c407d489ae00f01c619fa69c6ed
child 565395 396fcbf226af59d9f6330029e25f1f453c2910a3
push id54822
push userbmo:jaws@mozilla.com
push dateWed, 19 Apr 2017 17:30:36 +0000
reviewersmconley
bugs1357827
milestone55.0a1
Bug 1357827 - Set the 'accessory-button' class on the Container Tabs button so it will have the same width as the buttons above and below it. r?mconley MozReview-Commit-ID: 7eM1hZyXbOh
browser/components/preferences/in-content/privacy.xul
--- a/browser/components/preferences/in-content/privacy.xul
+++ b/browser/components/preferences/in-content/privacy.xul
@@ -607,16 +607,17 @@
                 label="&browserContainersEnabled.label;"
                 accesskey="&browserContainersEnabled.accesskey;"
                 preference="privacy.userContext.enabled"
                 onsyncfrompreference="return gPrivacyPane.readBrowserContainersCheckbox();"/>
       <label id="browserContainersLearnMore" class="learnMore text-link"
              value="&browserContainersLearnMore.label;"/>
       <spacer flex="1"/>
       <button id="browserContainersSettings"
+              class="accessory-button"
               label="&browserContainersSettings.label;"
               accesskey="&browserContainersSettings.accesskey;"/>
     </hbox>
   </vbox>
 </groupbox>
 
 <!-- Network -->
 <!-- Connection -->