[Xfce4-commits] <xfce4-taskmanager:master> Reduce minimum width request of the (temporary) progress bars
Mike Massonnet
noreply at xfce.org
Mon May 24 23:06:01 CEST 2010
Updating branch refs/heads/master
to 766d5b1bdcc6c8d2cf355803204ae8e7d6f35ab8 (commit)
from 1b6a226a81e0917c2a71bfdf3e5c4eb6b14d5658 (commit)
commit 766d5b1bdcc6c8d2cf355803204ae8e7d6f35ab8
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Mon May 24 23:04:46 2010 +0200
Reduce minimum width request of the (temporary) progress bars
src/process-window.ui | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/process-window.ui b/src/process-window.ui
index 2a708b1..90e857e 100644
--- a/src/process-window.ui
+++ b/src/process-window.ui
@@ -47,9 +47,11 @@
<property name="border_width">2</property>
<child>
<object class="GtkProgressBar" id="cpu-monitor">
+ <property name="width_request">60</property>
<property name="visible">True</property>
<property name="show_text">True</property>
<property name="text" translatable="yes">CPU</property>
+ <property name="ellipsize">start</property>
</object>
</child>
</object>
@@ -64,9 +66,11 @@
<property name="border_width">2</property>
<child>
<object class="GtkProgressBar" id="mem-monitor">
+ <property name="width_request">60</property>
<property name="visible">True</property>
<property name="show_text">True</property>
<property name="text" translatable="yes">Memory</property>
+ <property name="ellipsize">start</property>
</object>
</child>
</object>
More information about the Xfce4-commits
mailing list