[Xfce4-commits] [apps/xfce4-taskmanager] 01/02: put the 'Show memory usage in bytes' checkbox in the UI settings

noreply at xfce.org noreply at xfce.org
Sun Dec 7 11:43:14 CET 2014


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

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

commit 2c18cb26f12e94bd212503aa214a5e0f4cd803f6
Author: Landry Breuil <landry at xfce.org>
Date:   Sun Dec 7 11:38:47 2014 +0100

    put the 'Show memory usage in bytes' checkbox in the UI settings
---
 src/settings-dialog.ui |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/settings-dialog.ui b/src/settings-dialog.ui
index ccc9afc..9fd836d 100644
--- a/src/settings-dialog.ui
+++ b/src/settings-dialog.ui
@@ -115,6 +115,20 @@
                                   </packing>
                                 </child>
                                 <child>
+                                  <object class="GtkCheckButton" id="button-show-memory-in-xbytes">
+                                    <property name="label" translatable="yes">Show memory usage in bytes</property>
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">True</property>
+                                    <property name="receives_default">False</property>
+                                    <property name="draw_indicator">True</property>
+                                  </object>
+                                  <packing>
+                                    <property name="expand">False</property>
+                                    <property name="fill">False</property>
+                                    <property name="position">5</property>
+                                  </packing>
+                                </child>
+                                <child>
                                   <object class="GtkHBox" id="hbox-toolbar-style">
                                     <property name="visible">True</property>
                                     <property name="spacing">6</property>
@@ -136,7 +150,7 @@
                                   <packing>
                                     <property name="expand">False</property>
                                     <property name="fill">False</property>
-                                    <property name="position">5</property>
+                                    <property name="position">6</property>
                                   </packing>
                                 </child>
                               </object>
@@ -200,20 +214,6 @@
                                     <property name="position">1</property>
                                   </packing>
                                 </child>
-                                <child>
-                                  <object class="GtkCheckButton" id="button-show-memory-in-xbytes">
-                                    <property name="label" translatable="yes">Show memory usage in bytes</property>
-                                    <property name="visible">True</property>
-                                    <property name="can_focus">True</property>
-                                    <property name="receives_default">False</property>
-                                    <property name="draw_indicator">True</property>
-                                  </object>
-                                  <packing>
-                                    <property name="expand">False</property>
-                                    <property name="fill">False</property>
-                                    <property name="position">2</property>
-                                  </packing>
-                                </child>
                               </object>
                             </child>
                           </object>

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


More information about the Xfce4-commits mailing list