[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.2.0.4-56-g9a02835

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:56:25 CEST 2013


The branch, twofactorauth has been updated
       via  9a028353d870e859343839d81b0ec099dafd4ddd (commit)
      from  ab2b0f57b5fb505636cf4c94892c07bab49a8040 (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:
 debian/changelog               |    2 ++
 pyhoca/wxgui/profilemanager.py |    3 +++
 2 files changed, 5 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4b527f2..f574d7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,8 @@ pyhoca-gui (0.2.1.0-0~x2go1) UNRELEASED; urgency=low
     - Allow autologin and SSH key file at the same time.
     - Scale profile manager differently on Windows and Linux (Windows needs
       a slightly larger window).
+    - Profile manager: apply text field height to keyboard configuration radio
+      buttons.
   * /debian/control:
     + Maintainer change in package: X2Go Developers
       <x2go-dev at lists.berlios.de>.
diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index dfe5e84..c9baaa6 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -485,6 +485,9 @@ class PyHocaGUI_ProfileManager(wx.Dialog):
         self.ScreenHeight.SetMinSize((60, self._textfield_height))
         self.SetDisplayDPI.SetMinSize((-1, self._textfield_height))
         self.DisplayDPI.SetMinSize((60, self._textfield_height))
+        self.DontSetKeyboard.SetMinSize((-1, self._textfield_height))
+        self.AutoSetKeyboard.SetMinSize((-1, self._textfield_height))
+        self.CustomSetKeyboard.SetMinSize((-1, self._textfield_height))
         self.KeyboardModelLabel.SetMinSize((-1, 16))
         self.KeyboardModel.SetMinSize((-1, self._textfield_height))
         self.KeyboardLayoutLabel.SetMinSize((-1, 16))


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