[X2Go-Commits] [x2goclient] 01/01: Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713).

git-admin at x2go.org git-admin at x2go.org
Sat Jan 10 00:59:14 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 46c9fe8577d578b98fef1824dc3072ec8750900c
Author: Heinrich Schuchardt <xypron.glpk at gmx.de>
Date:   Sat Jan 10 00:58:39 2015 +0100

    Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713).
---
 debian/changelog |    4 ++++
 onmainwindow.cpp |    1 +
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 21e06c5..e9b5216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,10 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium
     - Fix quotes when calling remote commands via SSH (esp. allow same quoting/
       escaping style for libssh and openSSH+Krb based connections). (Fixes: #720).
 
+    [ Heinrich Schuchardt ]
+    - Base the layout dialogue "Session ID" (which shows up when starting a
+      connection) on typographic points (instead of pixels). (Fixes: #713).
+
   [ Jason Alavaliant ]
   * New upstream verson (4.0.3.2):
     - Use QUrl::toPercentEncoding() method to properly encode passwords sent
diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index ff50656..8e2e11a 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -11038,6 +11038,7 @@ void ONMainWindow::initStatusDlg()
     layout->addWidget ( sbAdv );
     layout->addStretch();
     layout->addLayout ( bl );
+    layout->setSizeConstraint( QLayout::SetFixedSize );
 
 
     slName->show();

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list