The branch, master has been updated via 8af9e69cfc2ab18dd3c302363751d929e8c92ade (commit) from 445fb0d907a942e2550fb11acea53d6d1e1df93f (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 8af9e69cfc2ab18dd3c302363751d929e8c92ade Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 5 00:00:54 2012 +0100 place a border between textfields and browse buttons ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/profilemanager.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index dbfbd10..3ef65ab 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -502,7 +502,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): sizer_3_1_1_3.Add(self.SSHKeyFileLabel, flag=wx.ALIGN_CENTRE_VERTICAL) sizer_3_1_1_3.Add((8,0)) sizer_3_1_1_3.Add(self.SSHKeyFile, flag=wx.ALIGN_CENTRE_VERTICAL) - sizer_3_1_1_3.Add(self.SSHKeyFileBrowseButton, flag=wx.ALIGN_CENTRE_VERTICAL) + sizer_3_1_1_3.Add(self.SSHKeyFileBrowseButton, flag=wx.ALIGN_CENTRE_VERTICAL|wx.LEFT, border=2) sizer_3_1_1_3.Add((0,32)) sizer_3_1_1.Add(sizer_3_1_1_1, flag=wx.EXPAND) sizer_3_1_1.Add(sizer_3_1_1_2, flag=wx.EXPAND) @@ -518,7 +518,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): sizer_3_1_2_2.Add(self.SSHProxyKeyFileLabel, flag=wx.ALIGN_CENTRE_VERTICAL) sizer_3_1_2_2.Add((8,0)) sizer_3_1_2_2.Add(self.SSHProxyKeyFile, flag=wx.ALIGN_CENTRE_VERTICAL) - sizer_3_1_2_2.Add(self.SSHProxyKeyFileBrowseButton, flag=wx.ALIGN_CENTRE_VERTICAL) + sizer_3_1_2_2.Add(self.SSHProxyKeyFileBrowseButton, flag=wx.ALIGN_CENTRE_VERTICAL|wx.LEFT, border=2) sizer_3_1_2_2.Add((0,32)) sizer_3_1_2_3 = wx.BoxSizer(wx.HORIZONTAL) sizer_3_1_2_3.Add(self.SSHProxyHostLabel, flag=wx.ALIGN_CENTRE_VERTICAL) @@ -653,7 +653,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): sizer_5_1_1_2_1 = wx.BoxSizer(wx.HORIZONTAL) sizer_5_1_1_2_1.Add(self.SharedFolderPathLabel, flag=wx.ALIGN_CENTRE_VERTICAL) sizer_5_1_1_2_1.Add(self.SharedFolderPath, flag=wx.ALIGN_CENTRE_VERTICAL|wx.LEFT, border=5) - sizer_5_1_1_2_1.Add(self.SharedFolderPathBrowseButton, flag=wx.ALIGN_CENTRE_VERTICAL) + sizer_5_1_1_2_1.Add(self.SharedFolderPathBrowseButton, flag=wx.ALIGN_CENTRE_VERTICAL|wx.LEFT, border=2) sizer_5_1_1_2_2 = wx.BoxSizer(wx.HORIZONTAL) sizer_5_1_1_2_3 = wx.BoxSizer(wx.HORIZONTAL) sizer_5_1_1_2_3.Add(self.AddSharedFolderPathButton, flag=wx.ALIGN_CENTRE_VERTICAL) 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)).