[gtk+] inspector: Reshuffle visual tab



commit 4ef2f24c75db05364b9608cc95f9641acb9bc667
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jul 12 00:17:43 2014 -0400

    inspector: Reshuffle visual tab

 gtk/inspector/visual.ui |   72 +++++++++++++++++++++++-----------------------
 1 files changed, 36 insertions(+), 36 deletions(-)
---
diff --git a/gtk/inspector/visual.ui b/gtk/inspector/visual.ui
index 4d2e69f..5233c94 100644
--- a/gtk/inspector/visual.ui
+++ b/gtk/inspector/visual.ui
@@ -19,24 +19,20 @@
                 <property name="margin">10</property>
                 <property name="spacing">40</property>
                 <child>
-                  <object class="GtkLabel" id="direction_label">
+                  <object class="GtkLabel" id="theme_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Text Direction</property>
+                    <property name="label" translatable="yes">GTK+ Theme</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                   </object>
                 </child>
                 <child>
-                  <object class="GtkComboBoxText" id="direction_combo">
+                  <object class="GtkComboBoxText" id="theme_combo">
                     <property name="visible">True</property>
                     <property name="halign">end</property>
                     <property name="valign">baseline</property>
-                    <signal name="changed" handler="direction_changed"/>
-                    <items>
-                      <item translatable="yes" id="ltr">Left-to-Right</item>
-                      <item translatable="yes" id="rtl">Right-to-Left</item>
-                    </items>
+                    <signal name="changed" handler="theme_changed"/>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -51,20 +47,19 @@
                 <property name="margin">10</property>
                 <property name="spacing">40</property>
                 <child>
-                  <object class="GtkLabel" id="updates_label">
+                  <object class="GtkLabel" id="dark_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Show Graphic Updates</property>
+                    <property name="label" translatable="yes">Dark variant</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                   </object>
                 </child>
                 <child>
-                  <object class="GtkSwitch" id="updates_switch">
+                  <object class="GtkSwitch" id="dark_switch">
                     <property name="visible">True</property>
                     <property name="halign">end</property>
                     <property name="valign">baseline</property>
-                    <signal name="notify::active" handler="updates_activate"/>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -79,20 +74,20 @@
                 <property name="margin">10</property>
                 <property name="spacing">40</property>
                 <child>
-                  <object class="GtkLabel" id="baselines_label">
+                  <object class="GtkLabel" id="icon_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Show Baselines</property>
+                    <property name="label" translatable="yes">Icon Theme</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                   </object>
                 </child>
                 <child>
-                  <object class="GtkSwitch" id="baselines_switch">
+                  <object class="GtkComboBoxText" id="icon_combo">
                     <property name="visible">True</property>
                     <property name="halign">end</property>
                     <property name="valign">baseline</property>
-                    <signal name="notify::active" handler="baselines_activate"/>
+                    <signal name="changed" handler="icons_changed"/>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -107,20 +102,24 @@
                 <property name="margin">10</property>
                 <property name="spacing">40</property>
                 <child>
-                  <object class="GtkLabel" id="pixelcache_label">
+                  <object class="GtkLabel" id="direction_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Show Pixel Cache</property>
+                    <property name="label" translatable="yes">Text Direction</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                   </object>
                 </child>
                 <child>
-                  <object class="GtkSwitch" id="pixelcache_switch">
+                  <object class="GtkComboBoxText" id="direction_combo">
                     <property name="visible">True</property>
                     <property name="halign">end</property>
                     <property name="valign">baseline</property>
-                    <signal name="notify::active" handler="pixelcache_activate"/>
+                    <signal name="changed" handler="direction_changed"/>
+                    <items>
+                      <item translatable="yes" id="ltr">Left-to-Right</item>
+                      <item translatable="yes" id="rtl">Right-to-Left</item>
+                    </items>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -133,7 +132,7 @@
       </object>
     </child>
     <child>
-      <object class="GtkFrame" id="theme_frame">
+      <object class="GtkFrame" id="debug_frame">
         <property name="visible">True</property>
         <property name="halign">center</property>
         <child>
@@ -147,20 +146,20 @@
                 <property name="margin">10</property>
                 <property name="spacing">40</property>
                 <child>
-                  <object class="GtkLabel" id="theme_label">
+                  <object class="GtkLabel" id="updates_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">GTK+ Theme</property>
+                    <property name="label" translatable="yes">Show Graphic Updates</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                   </object>
                 </child>
                 <child>
-                  <object class="GtkComboBoxText" id="theme_combo">
+                  <object class="GtkSwitch" id="updates_switch">
                     <property name="visible">True</property>
                     <property name="halign">end</property>
                     <property name="valign">baseline</property>
-                    <signal name="changed" handler="theme_changed"/>
+                    <signal name="notify::active" handler="updates_activate"/>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -175,19 +174,20 @@
                 <property name="margin">10</property>
                 <property name="spacing">40</property>
                 <child>
-                  <object class="GtkLabel" id="dark_label">
+                  <object class="GtkLabel" id="baselines_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Dark variant</property>
+                    <property name="label" translatable="yes">Show Baselines</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                   </object>
                 </child>
                 <child>
-                  <object class="GtkSwitch" id="dark_switch">
+                  <object class="GtkSwitch" id="baselines_switch">
                     <property name="visible">True</property>
                     <property name="halign">end</property>
                     <property name="valign">baseline</property>
+                    <signal name="notify::active" handler="baselines_activate"/>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -202,20 +202,20 @@
                 <property name="margin">10</property>
                 <property name="spacing">40</property>
                 <child>
-                  <object class="GtkLabel" id="icon_label">
+                  <object class="GtkLabel" id="pixelcache_label">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Icon Theme</property>
+                    <property name="label" translatable="yes">Show Pixel Cache</property>
                     <property name="halign">start</property>
                     <property name="valign">baseline</property>
                     <property name="xalign">0.0</property>
                   </object>
                 </child>
                 <child>
-                  <object class="GtkComboBoxText" id="icon_combo">
+                  <object class="GtkSwitch" id="pixelcache_switch">
                     <property name="visible">True</property>
                     <property name="halign">end</property>
                     <property name="valign">baseline</property>
-                    <signal name="changed" handler="icons_changed"/>
+                    <signal name="notify::active" handler="pixelcache_activate"/>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -231,20 +231,20 @@
   <object class="GtkSizeGroup">
     <property name="mode">horizontal</property>
     <widgets>
+      <widget name="theme_label"/>
+      <widget name="dark_label"/>
+      <widget name="icon_label"/>
       <widget name="direction_label"/>
       <widget name="updates_label"/>
       <widget name="baselines_label"/>
       <widget name="pixelcache_label"/>
-      <widget name="theme_label"/>
-      <widget name="dark_label"/>
-      <widget name="icon_label"/>
     </widgets>
   </object>
   <object class="GtkSizeGroup">
     <property name="mode">horizontal</property>
     <widgets>
       <widget name="visual_frame"/>
-      <widget name="theme_frame"/>
+      <widget name="debug_frame"/>
     </widgets>
   </object>
 -->


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