fix #2106
This commit is contained in:
@@ -24,7 +24,9 @@ AccountsPage::AccountsPage()
|
||||
auto layout = layoutCreator.emplace<QVBoxLayout>().withoutMargin();
|
||||
|
||||
EditableModelView *view =
|
||||
layout.emplace<EditableModelView>(app->accounts->createModel(nullptr))
|
||||
layout
|
||||
.emplace<EditableModelView>(app->accounts->createModel(nullptr),
|
||||
false)
|
||||
.getElement();
|
||||
|
||||
view->getTableView()->horizontalHeader()->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user