aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/updatepage.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.")