aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-02 14:04:57 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-02 14:04:57 +0000
commitf9deac36aa7970c23d6b3965f9b7a09e4bcf89b8 (patch)
tree68904a125a5f85930a39407aa1f9ce35551fc2db /editorpage.cpp
parentadded new tab action and made some minor bugfixes (diff)
downloadgpg4usb-f9deac36aa7970c23d6b3965f9b7a09e4bcf89b8.tar.gz
gpg4usb-f9deac36aa7970c23d6b3965f9b7a09e4bcf89b8.zip
added star in tabtitle, if document is changed
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@421 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'editorpage.cpp')
-rw-r--r--editorpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editorpage.cpp b/editorpage.cpp
index 50faca8..f60f4aa 100644
--- a/editorpage.cpp
+++ b/editorpage.cpp
@@ -32,7 +32,7 @@ EditorPage::EditorPage(const QString &filePath, QWidget *parent) : QWidget(paren
mainLayout = new QHBoxLayout();
mainLayout->setSpacing(0);
mainLayout->addWidget(textPage);
-
+ mainLayout->setContentsMargins(0,0,0,0);
setLayout(mainLayout);
setAttribute(Qt::WA_DeleteOnClose);
}