Default to no wordwrap.
This commit is contained in:
parent
407304294a
commit
7c32d67196
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ PgLabTableView::PgLabTableView(QWidget *parent)
|
|||
{
|
||||
setAlternatingRowColors(true);
|
||||
setItemDelegate(new PgLabItemDelegate(this));
|
||||
setWordWrap(false);
|
||||
|
||||
auto vertical_header = verticalHeader();
|
||||
vertical_header->setMinimumSectionSize(16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue