fix bug 169194 修改应用代理界面列表滚动效果
This commit is contained in:
parent
6daa149db7
commit
c9c713c57c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue