minor changes: using default color for searchbar
This commit is contained in:
parent
0fc7c61dfb
commit
fd2a4af4c7
2
App.go
2
App.go
@ -22,7 +22,7 @@ func newApplication(r *Renderer) *Application {
|
|||||||
expandedView := tview.NewTable()
|
expandedView := tview.NewTable()
|
||||||
Navbar := tview.NewTable()
|
Navbar := tview.NewTable()
|
||||||
searchBar := tview.NewInputField()
|
searchBar := tview.NewInputField()
|
||||||
searchBar.SetFieldBackgroundColor(tcell.GetColor("#000000"))
|
searchBar.SetFieldBackgroundColor(tcell.ColorDefault)
|
||||||
imagePreviewer := tview.NewBox()
|
imagePreviewer := tview.NewBox()
|
||||||
imagePreviewer.SetBorder(true)
|
imagePreviewer.SetBorder(true)
|
||||||
imagePreviewer.SetDrawFunc(func(s tcell.Screen, x, y, width, height int) (int, int, int, int) {
|
imagePreviewer.SetDrawFunc(func(s tcell.Screen, x, y, width, height int) (int, int, int, int) {
|
||||||
|
Loading…
Reference in New Issue
Block a user