Bug 1402287 - Stop the separator in the permissions dialog header from moving. r?johannh draft
authorPrathiksha <prathikshaprasadsuman@gmail.com>
Fri, 22 Sep 2017 18:13:38 +0530
changeset 669042 f4e6c92669f8425bd07f470f88d34be9bbe61fe1
parent 669023 2cd3752963fc8f24f7c202687eab55e83222f608
child 732844 a6471c510087cdd4fe5bedc721537c068e3a6cbc
push id81200
push userbmo:prathikshaprasadsuman@gmail.com
push dateFri, 22 Sep 2017 12:43:14 +0000
reviewersjohannh
bugs1402287
milestone58.0a1
Bug 1402287 - Stop the separator in the permissions dialog header from moving. r?johannh MozReview-Commit-ID: LuEoUZ4K5Cz
browser/components/preferences/sitePermissions.xul
--- a/browser/components/preferences/sitePermissions.xul
+++ b/browser/components/preferences/sitePermissions.xul
@@ -39,17 +39,16 @@
     <richlistbox id="permissionsBox" selected="false"
                  hidecolumnpicker="true" flex="1"
                  onkeypress="gSitePermissionsManager.onPermissionKeyPress(event);"
                  onselect="gSitePermissionsManager.onPermissionSelect();">
       <listheader>
         <treecol id="siteCol" label="&treehead.sitename2.label;" flex="3"
                  persist="width" width="50"
                  onclick="gSitePermissionsManager.buildPermissionsList(event.target)"/>
-        <splitter class="tree-splitter"/>
         <treecol id="statusCol" label="&treehead.status.label;" flex="1"
                  persist="width" width="50" data-isCurrentSortCol="true"
                  onclick="gSitePermissionsManager.buildPermissionsList(event.target);"/>
       </listheader>
     </richlistbox>
   </vbox>
   <vbox>
     <hbox class="actionButtons" align="left" flex="1">