File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ void QgsPluginManager::showPluginDetails( QStandardItem * item )
617
617
" padding:0px;"
618
618
" margin:0px;"
619
619
" font-family:verdana;"
620
- " font-size: 1.1em ;"
620
+ " font-size: 10pt ;"
621
621
" }"
622
622
" div#votes {"
623
623
" width:360px;"
@@ -1133,11 +1133,11 @@ void QgsPluginManager::setCurrentTab( int idx )
1133
1133
if ( it != mTabDescriptions .constEnd () )
1134
1134
{
1135
1135
tabInfoHTML += " <style>"
1136
- " body, table {"
1137
- " margin:4px ;"
1138
- " font-family:verdana;"
1139
- " font-size: 12px ;"
1140
- " }"
1136
+ " body, p {"
1137
+ " margin: 2px ;"
1138
+ " font-family: verdana;"
1139
+ " font-size: 10pt ;"
1140
+ " }"
1141
1141
" </style>" ;
1142
1142
// tabInfoHTML += "<style>" + QgsApplication::reportStyleSheet() + "</style>";
1143
1143
tabInfoHTML += it.value ();
You can’t perform that action at this time.
0 commit comments