[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:18:29 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=afa19cc
The following commit has been merged in the master branch:
commit afa19cc0bbc215bde9fb144894885e877f79d71d
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Tue Dec 14 01:14:08 2010 +0000
Set tabs to documentMode(true);
This removes having a frame around the tab content. This lets the
contents flow to the edges better.
---
app/mainwindow.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
index fe5717f..98647c9 100644
--- a/app/mainwindow.cpp
+++ b/app/mainwindow.cpp
@@ -38,6 +38,7 @@ MainWindow::MainWindow() :
AbstractClientHandler(channelClassList())
{
setTabReorderingEnabled(true);
+ setDocumentMode(true);
connect(this, SIGNAL(currentChanged(int)), SLOT(onCurrentIndexChanged(int)));
}
@@ -61,6 +62,7 @@ void MainWindow::handleChannels(const MethodInvocationContextPtr<> &context,
resize(newWindow->sizeHint() - QSize(50, 50));// FUDGE
+
context->setFinished();
}
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list