The branch, master has been updated via 73978e61d7b8f85be2780c03bf2d13ada0bf0a8c (commit) from b8235fc8bdd2710ca896d64c25e063a00eade1c6 (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 73978e61d7b8f85be2780c03bf2d13ada0bf0a8c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 14 15:12:49 2012 +0200 Widen session type widget to make sure all widget (also when translated) fit in. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ pyhoca/wxgui/profilemanager.py | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 65536a9..0f42313 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ pyhoca-gui (0.2.0.5-0~x2go1) UNRELEASED; urgency=low - Slight change in internal message box API, rename custom_message class option to msg. - Add a warning message box that DirectRDP is not yet supported by PyHoca-GUI. + - Widen session type widget to make sure all widget (also when translated) fit + in. * /debian/control: + Add Oleksandr Shneyder to Uploaders. diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index cc3dc26..e29ea8a 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -411,7 +411,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.AutoStartSession.SetMinSize((-1, self._textfield_height)) self.AutoLoginSessionProfile.SetMinSize((-1, self._textfield_height)) self.SessionTypeLabel.SetMinSize((120, 16)) - self.SessionType.SetMinSize((320, self._textfield_height)) + self.SessionType.SetMinSize((420, self._textfield_height)) self.SessionType.SetSelection(5) self.ApplicationLabel.SetMinSize((120, 16)) self.Application.SetMinSize((-1, self._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)).