[gnome-system-monitor/migrateui] Fixed lsof results count alignment
- From: Robert Roth <robertroth src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-system-monitor/migrateui] Fixed lsof results count alignment
 
- Date: Sat, 21 Jul 2012 20:29:32 +0000 (UTC)
 
commit 1c783c6a6037c80b72fd3c2d16b90a0817c5e317
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]