[gtk+] inspector: Reorder tabs



commit dfb2b6328eee318145a29653282ac81d6471ddd2
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jul 12 00:10:59 2014 -0400

    inspector: Reorder tabs
    
    Move Resources next to Objects, and Visual next to General.

 gtk/inspector/window.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/inspector/window.ui b/gtk/inspector/window.ui
index 6b37d2d..c6317da 100644
--- a/gtk/inspector/window.ui
+++ b/gtk/inspector/window.ui
@@ -299,7 +299,7 @@
           </object>
         </child>
         <child>
-          <object class="GtkInspectorVisual">
+          <object class="GtkInspectorResourceList">
             <property name="visible">True</property>
           </object>
           <packing>
@@ -310,7 +310,7 @@
         <child type="tab">
           <object class="GtkLabel">
             <property name="visible">True</property>
-            <property name="label" translatable="yes">Visual</property>
+            <property name="label" translatable="yes">Resources</property>
           </object>
         </child>
         <child>
@@ -330,7 +330,7 @@
           </object>
         </child>
         <child>
-          <object class="GtkInspectorResourceList">
+          <object class="GtkInspectorVisual">
             <property name="visible">True</property>
           </object>
           <packing>
@@ -341,7 +341,7 @@
         <child type="tab">
           <object class="GtkLabel">
             <property name="visible">True</property>
-            <property name="label" translatable="yes">Resources</property>
+            <property name="label" translatable="yes">Visual</property>
           </object>
         </child>
         <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]