[X2Go-Commits] [x2gokdriveclient] 01/01: set default window geometry to 800x600.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 22 17:09:16 CET 2020


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

x2go pushed a commit to branch master
in repository x2gokdriveclient.

commit 602396af59ca34431e09c26bee066f2553ff48f9
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Wed Jan 22 17:06:01 2020 +0100

    set default window geometry to 800x600.
---
 client.cpp       | 3 +--
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/client.cpp b/client.cpp
index 44977aa..0186a9a 100644
--- a/client.cpp
+++ b/client.cpp
@@ -110,6 +110,7 @@ Frame::~Frame()
 
 Client::Client()
 {
+    setGeometry(0,0,800,600);
 
     displayArea=new DisplayArea(this);
 
@@ -179,8 +180,6 @@ Client::Client()
 
     QTimer::singleShot(10,this,SLOT(connectToServer()));
 
-
-
     connect(menu,SIGNAL(aboutToShow()), this, SLOT(slotSetupMenu()));
     setWindowTitle(tr("X2GoKDrive Client"));
 
diff --git a/debian/changelog b/debian/changelog
index 8100fcb..0193850 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,5 +16,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
   [ Oleksandr Shneyder ]
   * Add floating tool bar.
     - disable kbd input for toolbar.
+    - set default window geometry to 800x600.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 04 Jun 2019 11:10:43 +0200

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git


More information about the x2go-commits mailing list