fix bug 169194 修改应用代理界面列表滚动效果

This commit is contained in:
zhangyuanyuan1 2023-05-06 16:35:33 +08:00
parent 6daa149db7
commit c9c713c57c
1 changed files with 1 additions and 0 deletions

View File

@ -1180,6 +1180,7 @@ void Proxy::setAppListFrameUi(QWidget *widget)
m_appListWidget->setMinimumHeight(240);
m_appListWidget->setFocusPolicy(Qt::FocusPolicy::NoFocus);
m_appListWidget->setFrameShape(QFrame::Shape::Panel);
m_appListWidget->setVerticalScrollMode(QAbstractItemView::ScrollMode::ScrollPerPixel);
appListLayout->addWidget(m_allowAppProxyLabel);
appListLayout->addWidget(m_appListWidget);