clarity
This commit is contained in:
		@@ -135,10 +135,7 @@ func main() {
 | 
			
		||||
		false,
 | 
			
		||||
	)
 | 
			
		||||
 | 
			
		||||
	// pop-up
 | 
			
		||||
	popup := ui.NewBox("import", nil, nil, ui.StyleActive, false)
 | 
			
		||||
	popup.SetVisible(false)
 | 
			
		||||
 | 
			
		||||
	// parent container
 | 
			
		||||
	container := ui.NewContainer(
 | 
			
		||||
		ui.Contents{
 | 
			
		||||
			{Container: menu, Offsets: ui.Offsets{Percent: 1}},
 | 
			
		||||
@@ -147,6 +144,10 @@ func main() {
 | 
			
		||||
		ui.LayoutHorizontalPercent,
 | 
			
		||||
	)
 | 
			
		||||
 | 
			
		||||
	// import pop-up
 | 
			
		||||
	popup := ui.NewBox("import", nil, nil, ui.StyleActive, false)
 | 
			
		||||
	popup.SetVisible(false)
 | 
			
		||||
 | 
			
		||||
	// init
 | 
			
		||||
	screen.Clear()
 | 
			
		||||
	w, h := screen.Size()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user