Skip to content

Commit 010a850

Browse files
committed
plugin manager: use relative font size
1 parent b83aab7 commit 010a850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pluginmanager/qgspluginmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ void QgsPluginManager::showPluginDetails( QStandardItem * item )
617617
" padding:0px;"
618618
" margin:0px;"
619619
" font-family:verdana;"
620-
" font-size: 12px;"
620+
" font-size: 1.1em;"
621621
" }"
622622
" div#votes {"
623623
" width:360px;"

0 commit comments

Comments
 (0)