diff --git a/src/providers/irc/abstractircserver.cpp b/src/providers/irc/abstractircserver.cpp index aad9f8c79..070fd5e29 100644 --- a/src/providers/irc/abstractircserver.cpp +++ b/src/providers/irc/abstractircserver.cpp @@ -68,8 +68,8 @@ void AbstractIrcServer::connect() this->readConnection->open(); } - this->onConnected(); - // this->connected.invoke(); + // this->onConnected(); + // possbile event: started to connect } void AbstractIrcServer::disconnect() diff --git a/src/widgets/settingspages/highlightingpage.cpp b/src/widgets/settingspages/highlightingpage.cpp index 0a608c2c4..df8a0242b 100644 --- a/src/widgets/settingspages/highlightingpage.cpp +++ b/src/widgets/settingspages/highlightingpage.cpp @@ -49,6 +49,8 @@ HighlightingPage::HighlightingPage() view->setTitles({"Pattern", "Flash taskbar", "Play sound", "Regex"}); view->getTableView()->horizontalHeader()->setSectionResizeMode(QHeaderView::Fixed); + view->getTableView()->horizontalHeader()->setSectionResizeMode( + 0, QHeaderView::Stretch); // fourtf: make class extrend BaseWidget and add this to dpiChanged QTimer::singleShot(1, [view] {