File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 411
411
<file>themes/default/repositoryDisabled.png</file>
412
412
<file>themes/default/repositoryUnavailable.png</file>
413
413
<file>themes/default/scale_bar.png</file>
414
+ <file>themes/default/stars_empty.png</file>
415
+ <file>themes/default/stars_full.png</file>
414
416
<file>themes/default/styleicons/color.png</file>
415
417
<file>themes/default/styleicons/style-line.png</file>
416
418
<file>themes/default/styleicons/style-point.png</file>
Original file line number Diff line number Diff line change @@ -620,12 +620,12 @@ void QgsPluginManager::showPluginDetails( QStandardItem * item )
620
620
html += QString (
621
621
" <style>"
622
622
" div#stars_bg {"
623
- " background-image: url('file:///home/borys/Pobrane /stars_empty.png');"
623
+ " background-image: url('qrc:/images/themes/default /stars_empty.png');"
624
624
" width:92px;"
625
625
" height:16px;"
626
626
" }"
627
627
" div#stars {"
628
- " background-image: url('file:///home/borys/Pobrane /stars_full.png');"
628
+ " background-image: url('qrc:/images/themes/default /stars_full.png');"
629
629
" width:%1px;"
630
630
" height:16px;"
631
631
" }"
You can’t perform that action at this time.
0 commit comments