aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/tunnelstatusimageprovider.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/tunnelstatusimageprovider.go b/ui/tunnelstatusimageprovider.go
index 99447526..b5bb581a 100644
--- a/ui/tunnelstatusimageprovider.go
+++ b/ui/tunnelstatusimageprovider.go
@@ -186,8 +186,8 @@ func (tsip *TunnelStatusImageProvider) IconWithOverlayForState(baseIcon *walk.Ic
return nil, err
}
- w := int(float64(size.Width) * 0.75)
- h := int(float64(size.Height) * 0.75)
+ w := int(float64(size.Width) * 0.6)
+ h := int(float64(size.Height) * 0.6)
bounds := walk.Rectangle{4 + size.Width - w, 4 + size.Height - h, w, h}
if err := tsip.PaintForState(state, canvas, bounds); err != nil {