Page MenuHomePhabricator

Changing the number of columns in logging view leads to layout bug
Closed, ResolvedPublic

Description

Switch category and/or advanced fields on and off. The columns get squeezed together instead of using the whole space. Especially the message column should receive the most space.

Event Timeline

Updating target milestone to upcoming release

adding a tableView->setVisible(false) + tableView->setVisible(true) pair after manipulating the tableView layout solves the problem

New remote branch pushed: bug-13784-loggingLayoutBug

[179f12]: Merge branch 'bug-13784-loggingLayoutBug'

Merged commits:

2013-02-20 14:52:37 Jonas Cordes [2a3a18]
fix precompiler instruction


2013-02-20 14:35:18 Jonas Cordes [35f86d]
adapt tableView font pointSize for Apple


2013-02-14 13:04:07 Jonas Cordes [50a230]
change font size; add header whitespaces


2013-02-13 16:23:44 Jonas Cordes [122f56]
add workaround for relayouting

tableView->horizontalHeader()->setResizeMode(QHeaderView::Stretch);
isn't working