From 05ec7357541bcc21dab041da01aec541f6c33cab Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 17 Feb 2018 20:21:33 -0500 Subject: Add text widget --- cmd/aerc/main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd') diff --git a/cmd/aerc/main.go b/cmd/aerc/main.go index f666748..8541d08 100644 --- a/cmd/aerc/main.go +++ b/cmd/aerc/main.go @@ -62,6 +62,9 @@ func main() { }) // TODO: move sidebar into tab content, probably + grid.AddChild(ui.NewText("aerc"). + Strategy(ui.TEXT_CENTER). + Color(tb.ColorBlack, tb.ColorWhite)) // sidebar placeholder: grid.AddChild(ui.NewBordered( fill('.'), ui.BORDER_RIGHT)).At(1, 0).Span(2, 1) -- cgit v1.2.3