[gnome-system-monitor] Fixed lsof results count alignment



commit bf7a0f001af73a394182036bd62c52ce8c49373e
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Jul 21 23:04:12 2012 +0300

    Fixed lsof results count alignment

 data/lsof.ui |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/lsof.ui b/data/lsof.ui
index 6400261..0cf21ac 100644
--- a/data/lsof.ui
+++ b/data/lsof.ui
@@ -128,6 +128,7 @@
           <object class="GtkGrid" id="results_box">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="hexpand">True</property>
             <property name="column_spacing">6</property>
             <child>
               <object class="GtkLabel" id="results_label">
@@ -147,7 +148,10 @@
               <object class="GtkLabel" id="count_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="halign">end</property>
+                <property name="hexpand">True</property>
                 <property name="use_underline">True</property>
+                <property name="justify">right</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>



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