[Xfce4-commits] [apps/xfce4-taskmanager] 06/06: save process-window.ui with glade 3

noreply at xfce.org noreply at xfce.org
Thu Dec 11 19:11:18 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch landry/gtk3
in repository apps/xfce4-taskmanager.

commit 9e0dde7a476694fc27c546a15be1df5a8df8194e
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Dec 11 19:10:47 2014 +0100

    save process-window.ui with glade 3
---
 src/process-window.ui |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/process-window.ui b/src/process-window.ui
index c20861e..5bd62d8 100644
--- a/src/process-window.ui
+++ b/src/process-window.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.3 -->
 <interface>
-  <!-- interface-requires gtk+ 2.12 -->
-  <!-- interface-naming-policy project-wide -->
+  <requires lib="gtk+" version="3.0"/>
   <object class="GtkWindow" id="process-window">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Task Manager</property>
@@ -11,8 +11,8 @@
     <child>
       <object class="GtkBox" id="process-vbox">
         <property name="visible">True</property>
-        <property name="orientation">vertical</property>
         <property name="can_focus">False</property>
+        <property name="orientation">vertical</property>
         <child>
           <object class="GtkToolbar" id="process-toolbar">
             <property name="visible">True</property>
@@ -116,8 +116,6 @@
             <property name="primary_icon_stock">gtk-find</property>
             <property name="secondary_icon_stock">gtk-clear</property>
             <property name="primary_icon_activatable">False</property>
-            <property name="secondary_icon_activatable">True</property>
-            <property name="primary_icon_sensitive">True</property>
             <property name="secondary_icon_sensitive">False</property>
           </object>
           <packing>
@@ -130,15 +128,13 @@
         <child>
           <object class="GtkBox" id="mainview-vbox">
             <property name="visible">True</property>
-            <property name="orientation">vertical</property>
             <property name="can_focus">False</property>
+            <property name="orientation">vertical</property>
             <property name="spacing">6</property>
             <child>
               <object class="GtkScrolledWindow" id="scrolledwindow">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="hscrollbar_policy">automatic</property>
-                <property name="vscrollbar_policy">automatic</property>
                 <child>
                   <placeholder/>
                 </child>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list