[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.1.0.10-123-g48be2fa

X2Go dev team git-admin at x2go.org
Tue Mar 20 16:34:34 CET 2012


The branch, master has been updated
       via  48be2fab98b7a31da4061ddb92c34d98507e9a0c (commit)
      from  599510c98452fe4bfc943ac193a3574b95e0f804 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 48be2fab98b7a31da4061ddb92c34d98507e9a0c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 20 16:34:31 2012 +0100

    enlarge profile manager for win32 by 16px

-----------------------------------------------------------------------

Summary of changes:
 pyhoca/wxgui/profilemanager.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 7735530..3b9789b 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -742,7 +742,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
 
         #self.SetSize(self.GetBestSize() + self.X2goTabs.GetBestSize())
 
-        self.SetSize((max(max1_x, max2_x, max3_x, max4_x, max5_x) * 1.05, max(max1_y, max2_y, max3_y, max4_y, max5_y) + 64))
+        self.SetSize((max(max1_x, max2_x, max3_x, max4_x, max5_x) * 1.05, max(max1_y, max2_y, max3_y, max4_y, max5_y) + 80))
         self.SetAutoLayout(True)
         self.Layout()
         self.CentreOnScreen()


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list