Skip to content

Commit b16cc46

Browse files
committed
[Plugin Manager] Fixes #8122: Scroll bar in new plugin manager doesn't work properly
1 parent 09a9a81 commit b16cc46

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/app/pluginmanager/qgspluginmanager.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ QgsPluginManager::QgsPluginManager( QWidget * parent, Qt::WFlags fl )
8888
// Preset widgets
8989
leFilter->setFocus( Qt::MouseFocusReason );
9090
rbFilterNames->setChecked( true );
91+
tbDetails->setStyleSheet("QTextEdit { padding: 0px }");
9192

9293
// Don't restore the last used tab from QSettings
9394
mOptionsListWidget->setCurrentRow( 0 );

src/ui/qgspluginmanagerbase.ui

-3
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,6 @@
425425
<property name="acceptDrops">
426426
<bool>false</bool>
427427
</property>
428-
<property name="styleSheet">
429-
<string notr="true">padding: 0px</string>
430-
</property>
431428
<property name="textInteractionFlags">
432429
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
433430
</property>

0 commit comments

Comments
 (0)