nicklan / Deluge-Pieces-Plugin

A plugin to show the status of each piece of a torrent in deluge
73 stars 34 forks source link

Half of border of top row & left column squares is hidden #30

Closed jnqnfe closed 3 years ago

jnqnfe commented 3 years ago

For the squares in the top row and left column, half of the border on the top or left edges respectively, is hidden due to being drawn outside of the drawing area. This is due to the border half overlapping the square, and the squares being drawn right up against the edge of the drawing area, without leaving room for the full border to be drawn.

I'm producing a fix.