|
|
|
|
@ -674,7 +674,7 @@ class Plugin(RevealerPlugin):
|
|
|
|
|
painter.drawLine(base_img.width()-(dist_h), 0, base_img.width()-(dist_h), base_img.height()) |
|
|
|
|
|
|
|
|
|
painter.drawImage(((total_distance_h))+11, ((total_distance_h))+11, |
|
|
|
|
QImage(internal_icon_path('electrumb.png')).scaledToWidth(round(2.1*total_distance_h), Qt.TransformationMode.SmoothTransformation)) |
|
|
|
|
QImage(internal_plugin_icon_path(self.name, 'electrumb.png')).scaledToWidth(round(2.1*total_distance_h), Qt.TransformationMode.SmoothTransformation)) |
|
|
|
|
|
|
|
|
|
painter.setPen(QPen(Qt.GlobalColor.white, border_thick*8)) |
|
|
|
|
painter.drawLine(int(base_img.width()-total_distance_h-(border_thick*8)/2-(border_thick/2)-2), |
|
|
|
|
|