mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: disable overflow borders for the scroll widget of Plasma::WidgetExplorer
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
15ee6e9c3d
commit
2f4d9871ce
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ void WidgetExplorerPrivate::init(Plasma::Location loc)
|
|||
scrollWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
|
||||
scrollWidget->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
|
||||
scrollWidget->setOverShoot(false);
|
||||
scrollWidget->setOverflowBordersVisible(false);
|
||||
scrollWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
appletsWidget = new QGraphicsWidget(scrollWidget);
|
||||
appletsWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
|
|
Loading…
Add table
Reference in a new issue