aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/updatepage.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-01 13:57:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-01 13:59:51 +0200
commitdcf50225ee169105e6e6990d4351c63f39733049 (patch)
treef332efeea79b943a5ed1348dd4c73ead7944a0ab /ui/updatepage.go
parentui: better tab icon dot hack (diff)
downloadwireguard-windows-dcf50225ee169105e6e6990d4351c63f39733049.tar.xz
wireguard-windows-dcf50225ee169105e6e6990d4351c63f39733049.zip
ui: rework margins
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/updatepage.go')
-rw-r--r--ui/updatepage.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/updatepage.go b/ui/updatepage.go
index 0611ba08..9aa056a1 100644
--- a/ui/updatepage.go
+++ b/ui/updatepage.go
@@ -28,7 +28,6 @@ func NewUpdatePage() (*UpdatePage, error) {
up.SetImage(iconProvider.updateAvailableImage)
//TODO: make title bold
up.SetLayout(walk.NewVBoxLayout())
- up.Layout().SetMargins(walk.Margins{18, 18, 18, 18})
instructions, _ := walk.NewTextLabel(up)
instructions.SetText("An update to WireGuard is available. It is highly advisable to update without delay.")