aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlake DeMarcy <desvox@users.noreply.github.com>2017-04-26 20:22:05 -0500
committerGitHub <noreply@github.com>2017-04-26 20:22:05 -0500
commit5af39825d3c61ee91d3dee5fd35786495d5b2e2c (patch)
treed64dacbf7a5a86779d28d04c3e68b63335600705
parent8e2b2efdefd21933a37fe8e842a2af55aa5cbfcc (diff)
downloadbbj-5af39825d3c61ee91d3dee5fd35786495d5b2e2c.tar.gz
change format help height when editing
-rw-r--r--clients/urwid/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index 0d7b977..339a369 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -961,13 +961,13 @@ class App(object):
**frame_theme()
)
- v = 25 if self.window_split else 50
+ v = 5 if self.window_split else 50
app.loop.widget = urwid.Overlay(
widget, app.loop.widget,
align=("relative", 50),
valign=("relative", v),
width=app.prefs["max_text_width"],
- height=("relative", v)
+ height=("relative", 45)
)
Un proyecto texto-plano.xyz