This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit dfaaabc9680cc621e4f13e4d9c293664615fe2e4 Author: Mike DePaulo <mikedep333@gmail.com> Date: Thu Mar 13 21:03:05 2014 -0400 Decrease HelpDialog tab width from 320 to 30 (the width of 10 spaces.) (Fixes: #453) --- debian/changelog | 5 +++++ helpdialog.cpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7d89bd9..30f8182 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,11 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low %setup. + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup. + [ Mike DePaulo ] + * New upstream version (4.0.2.0): + - Decrease HelpDialog's tab width from 320 to 30 + (the width of 10 spaces.) (Fixes: #453) + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:20:08 +0100 x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low diff --git a/helpdialog.cpp b/helpdialog.cpp index b383535..8fa19c5 100644 --- a/helpdialog.cpp +++ b/helpdialog.cpp @@ -26,7 +26,7 @@ void HelpDialog::setText(QString text) { text.replace("\t\t\t","\t"); text.replace("\t\t","\t"); - plainTextEdit->setTabStopWidth(320); + plainTextEdit->setTabStopWidth(30); plainTextEdit->setWordWrapMode(QTextOption::NoWrap); plainTextEdit->setPlainText(text); } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git