[X2Go-Commits] [x2goclient] 01/04: src/onmainwindow.cpp: set word wrapping on running label.

git-admin at x2go.org git-admin at x2go.org
Sat Nov 27 01:59:30 CET 2021


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 733eb50063a94feac02ba6d3d41d2ff0f28eb453
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Nov 27 00:39:21 2021 +0100

    src/onmainwindow.cpp: set word wrapping on running label.
---
 debian/changelog     | 1 +
 src/onmainwindow.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3f9ad0e..e1bb4ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -97,6 +97,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
       Grenzflächenforschung Potsdam.
     - src/onmainwindow.cpp: add Cancel standard shortcut to cancel button in
       session selection view.
+    - src/onmainwindow.cpp: set word wrapping on running label.
   * debian/control:
     + Move to debian/control.in.
   * debian/control.in:
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 30dc86e..be9d8ad 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -12827,6 +12827,7 @@ void ONMainWindow::initSelectSessDlg()
                                      "is already running.<br />To forcefully "
                                      "resume it, suspend it first."),
                                  selectSessionDlg);
+    running_label->setWordWrap (true);
     sOk=new QPushButton ( tr ( "Resume" ),selectSessionDlg );
     setWidgetStyle ( sOk );
     sCancel=new QPushButton ( tr ( "Cancel" ),selectSessionDlg );

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