aboutsummaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-18 17:34:42 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-18 17:34:51 +0200
commit0509b195625c959a7b5556e3baae4f869c4d62f6 (patch)
tree0e78c3902d74b0fba52bf67f18bf97e0284df94f /debug.go
parentb536064882a4a436781a6c34122f8c919729a19c (diff)
Move syncer/room store changes from gomatrix fork to here, refactor and improve stuff
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index b91ef60..15aac60 100644
--- a/debug.go
+++ b/debug.go
@@ -22,7 +22,7 @@ import (
"maunium.net/go/tview"
)
-const DebugPaneHeight = 40
+const DebugPaneHeight = 35
type DebugPrinter interface {
Printf(text string, args ...interface{})