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

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


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  ad30bdd5733f02bb123db32343ecb00f747a2b38 (commit)
      from  626bb290e590bff46d6742e04a944e9b4efa6f99 (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/profilemanager.py |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

The diff of changes is:
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index 3b83e85..ab59a4c 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -288,17 +288,13 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
         self.ProfileName.SetMinSize((180, _textfield_height))
         self.IconButton.SetSize(self.IconButton.GetBestSize())
         self.SessionTypeLabel.SetMinSize((120, 16))
-        #self.SessionType.SetMinSize((180, _textfield_height))
         self.SessionType.SetMinSize((-1, _textfield_height))
         self.SessionType.SetSelection(5)
         self.ApplicationLabel.SetMinSize((120, 16))
-        #self.Application.SetMinSize((180, _textfield_height))
         self.Application.SetMinSize((-1, _textfield_height))
         self.Application.SetSelection(0)
-        #self.Command.SetMinSize((180, _textfield_height))
         self.Command.SetMinSize((-1, _textfield_height))
         self.XDMCPServerLabel.SetMinSize((120, 16))
-        #self.XDMCPServer.SetMinSize((180, _textfield_height))
         self.XDMCPServer.SetMinSize((-1, _textfield_height))
         self.RDPSettingsLabel.SetMinSize((120, 16))
         self.RDPServerLabel.SetMinSize((180, 16))
@@ -357,7 +353,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
         self.ClientSidePrinting.SetValue(1)
         self.SharedFolderPath.SetMinSize((220, _textfield_height))
         self.SharedFolderPathBrowseButton.SetSize(self.SharedFolderPathBrowseButton.GetBestSize())
-        self.SharedFoldersList.SetMinSize((230, 180))
+        self.SharedFoldersList.SetMinSize((-1, 180))
 
         self.ClientEncoding.SetMinSize((140, _textfield_height))
         self.ServerEncoding.SetMinSize((140, _textfield_height))
@@ -570,7 +566,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
         sizer_4_1_2.Add(self.AddSharedFolderPathButton, 0, wx.ALIGN_CENTRE_VERTICAL, 0)
         sizer_4_1_2.Add(self.DeleteSharedFolderPathButton, 0, wx.ALIGN_CENTRE_VERTICAL, 0)
         sizer_4_1_3 = wx.BoxSizer(wx.HORIZONTAL)
-        sizer_4_1_3.Add(self.SharedFoldersList, 1, wx.EXPAND, 0)
+        sizer_4_1_3.Add(self.SharedFoldersList, 1, 0, 0)
         sizer_4_1_4 = wx.BoxSizer(wx.HORIZONTAL)
         sizer_4_1_4.Add(self.UseEncodingConverter, 0, 0, 0)
         sizer_4_1_5 = wx.BoxSizer(wx.HORIZONTAL)


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