diff options
Diffstat (limited to 'internal/tui/app.go')
-rw-r--r-- | internal/tui/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/app.go b/internal/tui/app.go index c94adfd..28f04dc 100644 --- a/internal/tui/app.go +++ b/internal/tui/app.go @@ -189,7 +189,7 @@ func (m AppModel) View() string { // Projects box bottom-left projectsBoxWidth := timerBoxWidth - projectsBoxHeight := (contentHeight / 2) + projectsBoxHeight := contentHeight - timerBoxHeight // History box right side full height historyBoxWidth := m.width - projectsBoxWidth |