From becbf78dcff9378c50ab9031f7b3ec4b7ee50792 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 15 Apr 2019 14:39:14 +0200 Subject: ui: add some margin to the bottom of toggleActiveLine Signed-off-by: Alexander Neumann Signed-off-by: Jason A. Donenfeld --- ui/confview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/confview.go b/ui/confview.go index 2101aa0a..fa021289 100644 --- a/ui/confview.go +++ b/ui/confview.go @@ -210,7 +210,7 @@ func newToggleActiveLine(parent walk.Container) *toggleActiveLine { tal.composite, _ = walk.NewComposite(parent) layout := walk.NewHBoxLayout() - layout.SetMargins(walk.Margins{}) + layout.SetMargins(walk.Margins{0, 0, 0, 6}) tal.composite.SetLayout(layout) tal.button, _ = walk.NewPushButton(tal.composite) -- cgit v1.2.3-59-g8ed1b