X2Go Bug report logs - #713
x2goclient: overlapping display

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Date: Thu, 25 Dec 2014 17:25:02 UTC

Severity: minor

Tags: pending

Found in version 4.0.3.1

Fixed in version 4.0.3.2

Done: X2Go Release Manager <git-admin@x2go.org>

Bug is archived. No further changes may be made.

Full log


Message #27 received at 713@bugs.x2go.org (full text, mbox, reply):

Received: (at 713) by bugs.x2go.org; 9 Jan 2015 20:30:06 +0000
From xypron.glpk@gmx.de  Fri Jan  9 21:30:05 2015
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,
	URIBL_BLOCKED autolearn=ham version=3.3.2
X-Greylist: delayed 302 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Fri, 09 Jan 2015 21:30:05 CET
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 323BC5DEAA
	for <713@bugs.x2go.org>; Fri,  9 Jan 2015 21:30:05 +0100 (CET)
Received: from localhost.localdomain ([95.222.189.166]) by mail.gmx.com
 (mrgmx002) with ESMTPSA (Nemesis) id 0Lxxw4-1Xg8k70sCq-015EzQ; Fri, 09 Jan
 2015 21:25:03 +0100
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: 713@bugs.x2go.org,
	Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Subject: [PATCH 1/1] Bug 713: layout of status dialogue
Date: Fri,  9 Jan 2015 21:24:42 +0100
Message-Id: <1420835082-21230-1-git-send-email-xypron.glpk@gmx.de>
X-Mailer: git-send-email 2.1.4
X-Provags-ID:  V03:K0:VcC0QsQWJw61DLRihGVcVjTPLyQzzbBhGgC0jM9WQqbBRY3Pw4a
 p5bby+a7yEZO+sh+z6X80/7xQ94qLWoWwEH/gE2b4xipguiFTUOahxeqCqXd28H83DK3YDc
 AW4pldxhBkQWCd9zeibe5UDcVNhaKGK2nlh9HkQDnwdMYUBNR6awHb69kZ0BvNHETzUp/FF
 Iayi+35zK/nergYZtSa+w==
X-UI-Out-Filterresults: notjunk:1;
On KDE setting the screen resolution to values above 96 dpi leads to an
incorrect layout of the status dialogue. With a value of 160 dpi
some textboxes overlap.

The appended patch resolves the issue.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 onmainwindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index b707d84..db9a21b 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -10525,6 +10525,7 @@ void ONMainWindow::initStatusDlg()
     layout->addWidget ( sbAdv );
     layout->addStretch();
     layout->addLayout ( bl );
+    layout->setSizeConstraint( QLayout::SetFixedSize );
 
 
     slName->show();
-- 
2.1.4


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Tue Apr 23 12:15:49 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.