Merge branch '2303bug' into 'yhkylin/v101'

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

See merge request kylinos-src/kylin-nm!164
This commit is contained in:
赵世旭 2023-05-06 08:47:09 +00:00
commit ada8212680
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);