[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.0.28.0-18-g3eaf48f

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:21:13 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  3eaf48ff0d4b24680014828739e7021aa22e0e52 (commit)
      from  07d0c6b65f519de2db4dd8f1fa0475be86f662c8 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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

The diff of changes is:
diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py
index 2a0c4ef..8da30f2 100644
--- a/pyhoca/wxgui/messages.py
+++ b/pyhoca/wxgui/messages.py
@@ -86,8 +86,8 @@ class PyHoca_MessageWindow(wx.Dialog):
         if buttontype == 'cancelok':
             self.cancelBtn.SetDefault()
 
-        mainSizer.Add(self.message, 0, wx.ALL, 5) 
-        mainSizer.Add(btnSizer, 0, wx.ALL|wx.ALIGN_RIGHT, 5)
+        mainSizer.Add(self.message, flag=wx.ALL, border=10) 
+        mainSizer.Add(btnSizer, flag=wx.ALL|wx.ALIGN_RIGHT, border=5)
 
         self.SetSizerAndFit(mainSizer) 
         self.Layout()


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