fixed unneccessssary connected message and stretching in the highlights
settings
This commit is contained in:
@@ -68,8 +68,8 @@ void AbstractIrcServer::connect()
|
|||||||
this->readConnection->open();
|
this->readConnection->open();
|
||||||
}
|
}
|
||||||
|
|
||||||
this->onConnected();
|
// this->onConnected();
|
||||||
// this->connected.invoke();
|
// possbile event: started to connect
|
||||||
}
|
}
|
||||||
|
|
||||||
void AbstractIrcServer::disconnect()
|
void AbstractIrcServer::disconnect()
|
||||||
|
|||||||
@@ -49,6 +49,8 @@ HighlightingPage::HighlightingPage()
|
|||||||
|
|
||||||
view->setTitles({"Pattern", "Flash taskbar", "Play sound", "Regex"});
|
view->setTitles({"Pattern", "Flash taskbar", "Play sound", "Regex"});
|
||||||
view->getTableView()->horizontalHeader()->setSectionResizeMode(QHeaderView::Fixed);
|
view->getTableView()->horizontalHeader()->setSectionResizeMode(QHeaderView::Fixed);
|
||||||
|
view->getTableView()->horizontalHeader()->setSectionResizeMode(
|
||||||
|
0, QHeaderView::Stretch);
|
||||||
|
|
||||||
// fourtf: make class extrend BaseWidget and add this to dpiChanged
|
// fourtf: make class extrend BaseWidget and add this to dpiChanged
|
||||||
QTimer::singleShot(1, [view] {
|
QTimer::singleShot(1, [view] {
|
||||||
|
|||||||
Reference in New Issue
Block a user