File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ void QgsPluginManager::showPluginDetails( QStandardItem * item )
615
615
if ( ! metadata->value ( " average_vote" ).isEmpty () )
616
616
{
617
617
// draw stars
618
- int stars = round ( metadata->value ( " average_vote" ).toFloat () );
618
+ int stars = qRound ( metadata->value ( " average_vote" ).toFloat () );
619
619
for ( int i = 0 ; i < stars; i++ )
620
620
{
621
621
html += " <img src=\" :/images/themes/default/mIconNew.png\" >" ;
Original file line number Diff line number Diff line change 17
17
<x >0</x >
18
18
<y >0</y >
19
19
<width >1050</width >
20
- <height >18 </height >
20
+ <height >21 </height >
21
21
</rect >
22
22
</property >
23
23
<widget class =" QMenu" name =" mEditMenu" >
1381
1381
<normaloff >:/images/themes/default/mActionShowPluginManager.png</normaloff >:/images/themes/default/mActionShowPluginManager.png</iconset >
1382
1382
</property >
1383
1383
<property name =" text" >
1384
- <string >Manage Plugins...</string >
1384
+ <string >Manage and Install Plugins...</string >
1385
1385
</property >
1386
1386
</action >
1387
1387
<action name =" mActionToggleFullScreen" >
You can’t perform that action at this time.
0 commit comments