Made "reason"-header is always 125px wide.
Because it stretches all the way to ther right anyway.develop 0.14.3
parent
ccf31d072e
commit
2acd37bcce
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.2)
|
||||
project (whyblocked
|
||||
VERSION 0.14.2
|
||||
VERSION 0.14.3
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue