Bug 1344900 - Center remote tabs panel when tab syncing disabled. r?eoger draft
authorKristina Kurshakova <kurshakovakristina@gmail.com>
Wed, 19 Apr 2017 20:56:23 +0200
changeset 565414 9e3e3a15e38161bd0c16b07c6168cc6008cb750f
parent 565207 ef8d16ae0d0d5d5dc09c7a0d2463bde16b31b174
child 624976 b53ec231d69fc406d075e9f6d8f95c3bef272c53
push id54852
push userbmo:kurshakovakristina@gmail.com
push dateWed, 19 Apr 2017 20:47:21 +0000
reviewerseoger
bugs1344900
milestone55.0a1
Bug 1344900 - Center remote tabs panel when tab syncing disabled. r?eoger MozReview-Commit-ID: 1dBHLnP7OsE
browser/components/customizableui/content/panelUI.inc.xul
--- a/browser/components/customizableui/content/panelUI.inc.xul
+++ b/browser/components/customizableui/content/panelUI.inc.xul
@@ -141,17 +141,17 @@
                     showAllTooltipText="&appMenuRemoteTabs.showAll.tooltip;"
                     showMoreLabel="&appMenuRemoteTabs.showMore.label;"
                     showMoreTooltipText="&appMenuRemoteTabs.showMore.tooltip;"
                     notabsforclientlabel="&appMenuRemoteTabs.notabs.label;"
                     />
             </vbox>
             <!-- Sync is ready to Sync but the "tabs" engine isn't enabled-->
             <hbox id="PanelUI-remotetabs-tabsdisabledpane" pack="center" flex="1">
-              <vbox class="PanelUI-remotetabs-instruction-box">
+              <vbox class="PanelUI-remotetabs-instruction-box" align="center">
                 <hbox pack="center">
                   <html:img class="fxaSyncIllustration" src="chrome://browser/skin/fxa/sync-illustration.svg"/>
                 </hbox>
                 <label class="PanelUI-remotetabs-instruction-label">&appMenuRemoteTabs.tabsnotsyncing.label;</label>
                 <hbox pack="center">
                   <toolbarbutton class="PanelUI-remotetabs-prefs-button"
                                  label="&appMenuRemoteTabs.openprefs.label;"
                                  oncommand="gSyncUI.openPrefs('synced-tabs');"/>