The branch, master has been updated via 3f88b64993181aebba65e070a4b070964c5e86eb (commit) from d57763f98dca9da4de9bd97d68c9cf2029c6ba63 (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 3f88b64993181aebba65e070a4b070964c5e86eb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Mar 4 22:19:56 2012 +0100 set fixed button sizes ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/profilemanager.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index c80f9f1..c4ec8c7 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -356,7 +356,6 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.CustomSessionWindowTitleLabel.SetMinSize((160, 16)) self.CustomSessionWindowTitle.SetMinSize((320, _textfield_height)) self.IconButtonLabel.SetMinSize((168, 16)) - self.IconButton.SetSize(self.IconButton.GetBestSize()) self.SessionTypeLabel.SetMinSize((120, 16)) self.SessionType.SetMinSize((320, _textfield_height)) @@ -380,13 +379,11 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SSHPort.SetMinSize((65, _textfield_height)) self.SSHKeyFileLabel.SetMinSize((-1, 16)) self.SSHKeyFile.SetMinSize((152, _textfield_height)) - self.SSHKeyFileBrowseButton.SetSize(self.SSHKeyFileBrowseButton.GetBestSize()) self.SSHProxyUserLabel.SetMinSize((140, 16)) self.SSHProxyUser.SetMinSize((180, _textfield_height)) self.SSHProxyHostLabel.SetMinSize((140, 16)) self.SSHProxyHost.SetMinSize((180, _textfield_height)) self.SSHProxyKeyFile.SetMinSize((120, _textfield_height)) - self.SSHProxyKeyFileBrowseButton.SetSize(self.SSHProxyKeyFileBrowseButton.GetBestSize()) self.SSHProxyTunnelLabel.SetMinSize((140, 16)) self.SSHProxyTunnelFromPort.SetMinSize((60, _textfield_height)) self.SSHProxyTunnelToPort.SetMinSize((60, _textfield_height)) @@ -422,7 +419,6 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SoundPort.SetMinSize((-1, _textfield_height)) self.ClientSidePrinting.SetMinSize((-1, _textfield_height)) self.SharedFolderPath.SetMinSize((220, _textfield_height)) - self.SharedFolderPathBrowseButton.SetSize(self.SharedFolderPathBrowseButton.GetBestSize()) self.SharedFoldersList.SetMinSize((-1, 180)) self.ClientEncoding.SetMinSize((140, _textfield_height)) 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)).