summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-06 00:15:38 +0100
committermathieui <mathieui@mathieui.net>2011-11-06 00:15:38 +0100
commite6797c29a5f20b50ed35ef25922596bab047d0f6 (patch)
tree0444b05c478e7b7266ae084379670445272561c6 /src/tabs.py
parentaf6e5345781381fbfab48552684a2c621989a24d (diff)
downloadpoezio-e6797c29a5f20b50ed35ef25922596bab047d0f6.tar.gz
poezio-e6797c29a5f20b50ed35ef25922596bab047d0f6.tar.bz2
poezio-e6797c29a5f20b50ed35ef25922596bab047d0f6.tar.xz
poezio-e6797c29a5f20b50ed35ef25922596bab047d0f6.zip
Smaller means being insane, and even then, it should’nt bug too much
Fixes #2259
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 2297cf86..5c8ba962 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -13,8 +13,8 @@ Each Tab object has different refresh() and resize() methods, defining how its
Windows are displayed, resized, etc
"""
-MIN_WIDTH = 50
-MIN_HEIGHT = 22
+MIN_WIDTH = 42
+MIN_HEIGHT = 6
import logging
log = logging.getLogger(__name__)