From ac6cbe9dafd6a7f2952ea417624a788f747d3eef Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 25 Jan 2018 20:51:17 +0100 Subject: [PATCH] fixed + button size --- src/widgets/notebook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/notebook.cpp b/src/widgets/notebook.cpp index 3158c24b9..dcca1a8bc 100644 --- a/src/widgets/notebook.cpp +++ b/src/widgets/notebook.cpp @@ -54,7 +54,7 @@ Notebook::Notebook(Window *parent, bool _showButtons, const std::string &setting closeConfirmDialog.setStandardButtons(QMessageBox::Yes | QMessageBox::Cancel); closeConfirmDialog.setDefaultButton(QMessageBox::Yes); - // this->scaleChangedEvent(this->getScale()); + this->scaleChangedEvent(this->getScale()); } SplitContainer *Notebook::addNewPage()