Bug 1292048 - move geometry editor icon back to its previous location;r=gl draft
authorJulian Descottes <jdescottes@mozilla.com>
Thu, 08 Sep 2016 12:22:30 +0200
changeset 411660 48226fb2745974ce02232f6e74940c15518cde46
parent 411455 9295128924d1496d7cea2a62c8b39c073a1cb12b
child 530775 865a28456087c84a745367cf9072065aab3781ed
push id28943
push userjdescottes@mozilla.com
push dateThu, 08 Sep 2016 10:23:57 +0000
reviewersgl
bugs1292048
milestone51.0a1
Bug 1292048 - move geometry editor icon back to its previous location;r=gl MozReview-Commit-ID: 7tH1FVNzDoi
devtools/client/inspector/inspector.xul
--- a/devtools/client/inspector/inspector.xul
+++ b/devtools/client/inspector/inspector.xul
@@ -115,17 +115,16 @@
         </html:div>
 
         <html:div id="computedview-container">
           <html:div id="computedview-container-focusable" tabindex="-1">
             <html:div id="layout-wrapper" tabindex="0">
               <html:div id="layout-header">
                 <html:div id="layout-expander" class="expander theme-twisty expandable" open=""></html:div>
                 <html:span>&layoutViewTitle;</html:span>
-                <html:button class="devtools-button" id="layout-geometry-editor" title="&geometry.button.tooltip;"></html:button>
               </html:div>
 
               <html:div id="layout-container">
                 <html:div id="layout-main">
                   <html:span class="layout-legend" data-box="margin" title="&margin.tooltip;">&margin.tooltip;</html:span>
                   <html:div id="layout-margins" data-box="margin" title="&margin.tooltip;">
                     <html:span class="layout-legend" data-box="border" title="&border.tooltip;">&border.tooltip;</html:span>
                     <html:div id="layout-borders" data-box="border" title="&border.tooltip;">
@@ -153,16 +152,17 @@
                   <html:p class="layout-padding layout-left"><html:span data-box="padding" class="layout-editable" title="padding-left"></html:span></html:p>
 
                   <html:p class="layout-size"><html:span data-box="content" title="&content.tooltip;"></html:span></html:p>
                 </html:div>
 
                 <html:div id="layout-info">
                   <html:span id="layout-element-size"></html:span>
                   <html:section id="layout-position-group">
+                    <html:button class="devtools-button" id="layout-geometry-editor" title="&geometry.button.tooltip;"></html:button>
                     <html:span id="layout-element-position"></html:span>
                   </html:section>
                 </html:div>
 
                 <html:div style="display: none">
                   <html:p id="layout-dummy"></html:p>
                 </html:div>
               </html:div>