Skip to content

Commit

Permalink
feat: python plugin ui optimisation
Browse files Browse the repository at this point in the history
python plugin ui optimisation
  • Loading branch information
JWWTSL authored and deepin-mozart committed Dec 15, 2023
1 parent 840db69 commit ab63c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/python/python/option/interperterwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ void InterpreterWidget::setupUi()
headerView->setDefaultAlignment(Qt::AlignLeft);

tableView->setSelectionMode(QAbstractItemView::SingleSelection);
tableView->setSelectionBehavior(QAbstractItemView::SelectRows);

d->model = new InterpreterModel();
tableView->setModel(d->model);
Expand Down

0 comments on commit ab63c73

Please sign in to comment.