aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tunnelsview.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tunnelsview.go')
-rw-r--r--ui/tunnelsview.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/tunnelsview.go b/ui/tunnelsview.go
index 1e70c5bc..2f6ea2a4 100644
--- a/ui/tunnelsview.go
+++ b/ui/tunnelsview.go
@@ -103,6 +103,7 @@ func (tv *TunnelsView) StyleCell(style *walk.CellStyle) {
b.Width -= b.Height
canvas.DrawText(tunnel.Name, tv.Font(), 0, b, walk.TextVCenter)
+ b.X = 0
b.Width = b.Height
tv.imageProvider.PaintForTunnel(tunnel, canvas, b)