mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: always adjust the size of the internal Plasma::WidgetExplorer widget
requires the following commit from kdelibs: 581fe4066a64e7c6ce241bfbd6c50f3d041d3c62 Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1dc79c3ddf
commit
22fae391ae
1 changed files with 1 additions and 5 deletions
|
@ -483,11 +483,7 @@ void WidgetExplorerPrivate::filterApplets(const QString &text)
|
|||
// kdelibs/kdeui/findreplace/kfind.cpp
|
||||
text.isEmpty() ? i18n("No applets found.") : i18n("<qt>No matches found for '<b>%1</b>'.</qt>", text)
|
||||
);
|
||||
if (hasapplets) {
|
||||
appletsWidget->adjustSize();
|
||||
} else {
|
||||
appletsWidget->resize(scrollWidget->size());
|
||||
}
|
||||
appletsWidget->adjustSize();
|
||||
}
|
||||
|
||||
void WidgetExplorerPrivate::updateOrientation(const Qt::Orientation orientation)
|
||||
|
|
Loading…
Add table
Reference in a new issue