[Xfce4-commits] [apps/xfce4-taskmanager] 05/11: Set the initial size of the pane
noreply at xfce.org
noreply at xfce.org
Fri Dec 19 12:44:51 CET 2014
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit b55c97c52ee6ae55ee58c1133431bcd24268b24c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Dec 19 11:46:05 2014 +0100
Set the initial size of the pane
---
src/process-window.ui | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/process-window.ui b/src/process-window.ui
index 8068ec6..00d02b4 100644
--- a/src/process-window.ui
+++ b/src/process-window.ui
@@ -116,6 +116,8 @@
<object class="GtkVPaned" id="vpaned1">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="position">100</property>
+ <property name="position_set">True</property>
<child>
<object class="GtkVBox" id="graph-vbox">
<property name="visible">True</property>
@@ -168,7 +170,7 @@
</child>
</object>
<packing>
- <property name="resize">True</property>
+ <property name="resize">False</property>
<property name="shrink">False</property>
</packing>
</child>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list