コード例 #1
0
func resizeUI(ls *ui.List) {
	w, h := tm.Size()
	ui.Body.Width = w
	ls.Height = h - 6
	ui.Body.Align()
}