mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed + button size
This commit is contained in:
parent
9833983008
commit
ac6cbe9daf
|
@ -54,7 +54,7 @@ Notebook::Notebook(Window *parent, bool _showButtons, const std::string &setting
|
||||||
closeConfirmDialog.setStandardButtons(QMessageBox::Yes | QMessageBox::Cancel);
|
closeConfirmDialog.setStandardButtons(QMessageBox::Yes | QMessageBox::Cancel);
|
||||||
closeConfirmDialog.setDefaultButton(QMessageBox::Yes);
|
closeConfirmDialog.setDefaultButton(QMessageBox::Yes);
|
||||||
|
|
||||||
// this->scaleChangedEvent(this->getScale());
|
this->scaleChangedEvent(this->getScale());
|
||||||
}
|
}
|
||||||
|
|
||||||
SplitContainer *Notebook::addNewPage()
|
SplitContainer *Notebook::addNewPage()
|
||||||
|
|
Loading…
Reference in a new issue