[Xfce4-commits] r29080 - xfce4-settings/trunk/xfce4-settings-editor

Stephan Arts stephan at xfce.org
Fri Jan 2 15:53:14 CET 2009


Author: stephan
Date: 2009-01-02 14:53:14 +0000 (Fri, 02 Jan 2009)
New Revision: 29080

Modified:
   xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade
Log:
Applied patch by Jannis Pohlmann with modifications.




Modified: xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade
===================================================================
--- xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade	2009-01-02 14:22:50 UTC (rev 29079)
+++ xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade	2009-01-02 14:53:14 UTC (rev 29080)
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.5 on Fri Jan  2 13:43:50 2009 -->
+<!--Generated with glade3 3.4.5 on Fri Jan  2 15:43:10 2009 -->
 <glade-interface>
   <requires lib="xfce4"/>
-  <widget class="GtkDialog" id="edit_settings_dialog">
-    <property name="border_width">5</property>
+  <widget class="XfceTitledDialog" id="edit_settings_dialog">
+    <property name="title">Edit Property</property>
+    <property name="allow_grow">False</property>
+    <property name="resizable">False</property>
     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+    <property name="icon_name">preferences-other</property>
     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
     <property name="transient_for">main_dialog</property>
     <property name="has_separator">False</property>
@@ -14,157 +17,141 @@
         <property name="visible">True</property>
         <property name="spacing">2</property>
         <child>
-          <widget class="GtkVBox" id="vbox3">
+          <widget class="GtkTable" id="table1">
             <property name="visible">True</property>
-            <property name="spacing">5</property>
+            <property name="border_width">6</property>
+            <property name="n_rows">3</property>
+            <property name="n_columns">2</property>
+            <property name="column_spacing">12</property>
+            <property name="row_spacing">6</property>
             <child>
-              <widget class="GtkHBox" id="hbox1">
+              <widget class="GtkVBox" id="vbox4">
                 <property name="visible">True</property>
-                <property name="spacing">12</property>
                 <child>
-                  <widget class="GtkLabel" id="label_name">
+                  <widget class="GtkScrolledWindow" id="property_value_sw">
                     <property name="visible">True</property>
-                    <property name="xalign">0</property>
-                    <property name="label" translatable="yes">Name:</property>
+                    <property name="can_focus">True</property>
+                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+                    <property name="shadow_type">GTK_SHADOW_IN</property>
+                    <child>
+                      <widget class="GtkTreeView" id="property_value_treeview">
+                        <property name="can_focus">True</property>
+                      </widget>
+                    </child>
                   </widget>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                  </packing>
                 </child>
                 <child>
-                  <widget class="GtkEntry" id="property_name_entry">
-                    <property name="visible">True</property>
+                  <widget class="GtkEntry" id="property_value_text_entry">
                     <property name="can_focus">True</property>
-                    <property name="editable">False</property>
                   </widget>
                   <packing>
+                    <property name="expand">False</property>
                     <property name="position">1</property>
                   </packing>
                 </child>
-              </widget>
-              <packing>
-                <property name="expand">False</property>
-              </packing>
-            </child>
-            <child>
-              <widget class="GtkHBox" id="hbox2">
-                <property name="visible">True</property>
-                <property name="spacing">12</property>
                 <child>
-                  <widget class="GtkLabel" id="label_type">
-                    <property name="visible">True</property>
-                    <property name="xalign">0</property>
-                    <property name="label" translatable="yes">Type:</property>
+                  <widget class="GtkSpinButton" id="property_value_spin_button">
+                    <property name="can_focus">True</property>
+                    <property name="adjustment">0 0 100 1 10 0</property>
                   </widget>
                   <packing>
                     <property name="expand">False</property>
+                    <property name="position">2</property>
                   </packing>
                 </child>
                 <child>
-                  <widget class="GtkComboBox" id="property_type_combo">
-                    <property name="visible">True</property>
-                    <property name="sensitive">False</property>
-                    <property name="items">Empty
-String
-Int
-Unsigned Int
-Int64
-Unsigned Int64
-Double
-Boolean</property>
+                  <widget class="GtkCheckButton" id="property_value_checkbutton">
+                    <property name="can_focus">True</property>
+                    <property name="label" translatable="yes">Enabled</property>
+                    <property name="response_id">0</property>
+                    <property name="draw_indicator">True</property>
                   </widget>
                   <packing>
-                    <property name="position">1</property>
+                    <property name="expand">False</property>
+                    <property name="fill">False</property>
+                    <property name="position">3</property>
                   </packing>
                 </child>
               </widget>
               <packing>
-                <property name="expand">False</property>
-                <property name="position">1</property>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
               </packing>
             </child>
             <child>
-              <widget class="GtkVBox" id="vbox7">
+              <widget class="GtkLabel" id="label_type">
                 <property name="visible">True</property>
-                <child>
-                  <widget class="GtkLabel" id="label9">
-                    <property name="visible">True</property>
-                    <property name="xalign">0</property>
-                    <property name="label" translatable="yes">Value:</property>
-                  </widget>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                  </packing>
-                </child>
-                <child>
-                  <widget class="GtkAlignment" id="alignment4">
-                    <property name="visible">True</property>
-                    <property name="left_padding">10</property>
-                    <child>
-                      <widget class="GtkVBox" id="vbox4">
-                        <property name="visible">True</property>
-                        <child>
-                          <widget class="GtkScrolledWindow" id="property_value_sw">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-                            <property name="shadow_type">GTK_SHADOW_IN</property>
-                            <child>
-                              <widget class="GtkTreeView" id="property_value_treeview">
-                                <property name="can_focus">True</property>
-                              </widget>
-                            </child>
-                          </widget>
-                        </child>
-                        <child>
-                          <widget class="GtkEntry" id="property_value_text_entry">
-                            <property name="can_focus">True</property>
-                          </widget>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="position">1</property>
-                          </packing>
-                        </child>
-                        <child>
-                          <widget class="GtkSpinButton" id="property_value_spin_button">
-                            <property name="can_focus">True</property>
-                            <property name="adjustment">0 0 100 1 10 0</property>
-                          </widget>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="position">2</property>
-                          </packing>
-                        </child>
-                        <child>
-                          <widget class="GtkCheckButton" id="property_value_checkbutton">
-                            <property name="can_focus">True</property>
-                            <property name="label" translatable="yes">Enabled</property>
-                            <property name="response_id">0</property>
-                            <property name="draw_indicator">True</property>
-                          </widget>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">False</property>
-                            <property name="position">3</property>
-                          </packing>
-                        </child>
-                      </widget>
-                    </child>
-                  </widget>
-                  <packing>
-                    <property name="position">1</property>
-                  </packing>
-                </child>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Type:</property>
               </widget>
               <packing>
-                <property name="position">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
               </packing>
             </child>
+            <child>
+              <widget class="GtkLabel" id="label_name">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Name:</property>
+              </widget>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label9">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">Value:</property>
+              </widget>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkEntry" id="property_name_entry">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="editable">False</property>
+              </widget>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkComboBox" id="property_type_combo">
+                <property name="visible">True</property>
+                <property name="sensitive">False</property>
+                <property name="items">Empty
+String
+Int
+Unsigned Int
+Int64
+Unsigned Int64
+Double
+Boolean</property>
+              </widget>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options">GTK_FILL</property>
+              </packing>
+            </child>
           </widget>
           <packing>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
             <property name="position">1</property>
           </packing>
         </child>
@@ -209,12 +196,14 @@
     <property name="height_request">380</property>
     <property name="title">Settings editor</property>
     <property name="icon_name">preferences-other</property>
+    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <widget class="GtkVBox" id="dialog-vbox4">
         <child>
           <widget class="GtkNotebook" id="notebook2">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
+            <property name="border_width">6</property>
             <property name="show_tabs">False</property>
             <property name="show_border">False</property>
             <child>
@@ -237,7 +226,7 @@
                           <widget class="GtkTreeView" id="channel_treeview">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="tooltip" translatable="yes">Select a channel and property.</property>
+                            <property name="tooltip" translatable="yes">Select a channel and property</property>
                             <property name="rules_hint">True</property>
                           </widget>
                         </child>
@@ -338,6 +327,7 @@
         </child>
         <child internal-child="action_area">
           <widget class="GtkHButtonBox" id="dialog-action_area4">
+            <property name="layout_style">GTK_BUTTONBOX_END</property>
             <child>
               <widget class="GtkButton" id="button1">
                 <property name="visible">True</property>




More information about the Xfce4-commits mailing list