This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 15f7c78 Client can synchronize sessions with broker. Broker need to send syncinterval value in the client config section. new cc04f6f Set min width of session status label. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + src/sessionbutton.cpp | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit cc04f6feb4b06e7f16c64583b99fea73297b920a Author: Oleksandr <oleksandr.shneyder@external.eumetsat.int> Date: Thu May 14 11:05:13 2020 -0500 Set min width of session status label. --- debian/changelog | 1 + src/sessionbutton.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 85b363b..bcf48fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - Display state of broker connection in status bar. - Client can synchronize sessions with broker. Broker need to send syncinterval value in the client config section. + - Set min width of session status label. [ Ryan Schmidt ] * New upstream version (4.1.2.3): diff --git a/src/sessionbutton.cpp b/src/sessionbutton.cpp index 6467fe9..0a46ee6 100644 --- a/src/sessionbutton.cpp +++ b/src/sessionbutton.cpp @@ -219,6 +219,7 @@ SessionButton::SessionButton ( ONMainWindow* mw,QWidget *parent, QString id ) icon->move(10,30); sessName->move(90,50); sessStatus->move(90,70); + sessStatus->setMinimumWidth(220); setFixedHeight(120); } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git