diff --git a/CMakeLists.txt b/CMakeLists.txt index cde8c4b..f63d411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2) project (whyblocked - VERSION 0.14.2 + VERSION 0.14.3 LANGUAGES CXX ) diff --git a/src/qt/mainwindow.cpp b/src/qt/mainwindow.cpp index 777c2a5..2a2e244 100644 --- a/src/qt/mainwindow.cpp +++ b/src/qt/mainwindow.cpp @@ -162,8 +162,7 @@ MainWindow::~MainWindow() tableview->horizontalHeader()->sectionSize(0); headers.add(libconfig::Setting::TypeInt) = tableview->horizontalHeader()->sectionSize(1); - headers.add(libconfig::Setting::TypeInt) = - tableview->horizontalHeader()->sectionSize(2); + headers.add(libconfig::Setting::TypeInt) = 125; libconfig::Setting &find_in = root.add("find_in", libconfig::Setting::TypeGroup);