diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 14:04:57 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 14:04:57 +0000 |
commit | f9deac36aa7970c23d6b3965f9b7a09e4bcf89b8 (patch) | |
tree | 68904a125a5f85930a39407aa1f9ce35551fc2db /editorpage.cpp | |
parent | added new tab action and made some minor bugfixes (diff) | |
download | gpg4usb-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.cpp | 2 |
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); } |