fixed unneccessssary connected message and stretching in the highlights

settings
This commit is contained in:
fourtf
2018-05-07 00:47:35 +02:00
parent 1381214911
commit f695a41c6c
2 changed files with 4 additions and 2 deletions
@@ -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] {