mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-24 00:54:17 +02:00
Remove extra height and positioning stuff
This commit is contained in:
parent
d3ac07c70a
commit
dd828966eb
1 changed files with 0 additions and 2 deletions
|
|
@ -121,8 +121,6 @@ func (m *pagerModel) setSize(w, h int) {
|
|||
m.height = h
|
||||
m.viewport.Width = w
|
||||
m.viewport.Height = h - statusBarHeight
|
||||
m.viewport.YPosition = 0
|
||||
m.viewport.Height = h - statusBarHeight
|
||||
m.textInput.Width = w - len(noteHeadingText) - len(notePromptText) - 1
|
||||
|
||||
if m.showHelp {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue