adding thick separator to navigation bar and bottom panel
This commit is contained in:
+2
-1
@@ -100,8 +100,9 @@ func NewBottomPanel(p *player.Player) *BottomPanel {
|
||||
_ = p.SetVolume(v)
|
||||
}
|
||||
|
||||
bp.container = container.New(newBottomPanelLayout(500, bp.NowPlaying, bp.Controls, bp.AuxControls),
|
||||
main := container.New(newBottomPanelLayout(500, bp.NowPlaying, bp.Controls, bp.AuxControls),
|
||||
bp.NowPlaying, bp.Controls, bp.AuxControls)
|
||||
bp.container = container.NewBorder(widgets.NewThickSeparator(), nil, nil, nil, main)
|
||||
return bp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user