aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.cpp
diff options
context:
space:
mode:
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);
}