[X2Go-Commits] [x2goclient] 01/01: Set min width of session status label.

git-admin at x2go.org git-admin at x2go.org
Thu May 14 18:05:34 CEST 2020


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 at 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


More information about the x2go-commits mailing list