From 2acd37bcce91c016adaff1b7752da13294654354 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 14 Jan 2019 20:50:14 +0100 Subject: [PATCH] Made "reason"-header is always 125px wide. Because it stretches all the way to ther right anyway. --- CMakeLists.txt | 2 +- src/qt/mainwindow.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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);