diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2017-10-08 19:40:25 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2017-10-08 19:40:25 +0100 |
commit | 46487bed3223447472e011d4541c3c3d54816675 (patch) | |
tree | 5eb3fe4a955cae753a3374a46e5f69b3c6b1d12e | |
parent | f59fcc12ef498b8a4dc29868ae0141ddf468042a (diff) | |
download | poezio-46487bed3223447472e011d4541c3c3d54816675.tar.gz poezio-46487bed3223447472e011d4541c3c3d54816675.tar.bz2 poezio-46487bed3223447472e011d4541c3c3d54816675.tar.xz poezio-46487bed3223447472e011d4541c3c3d54816675.zip |
rostertab: Increase the size of the contact_info and avatar.
-rw-r--r-- | poezio/tabs/rostertab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py index a8d06391..6f8988a7 100644 --- a/poezio/tabs/rostertab.py +++ b/poezio/tabs/rostertab.py @@ -499,7 +499,7 @@ class RosterInfoTab(Tab): contact_win_h = 0 else: display_contact_win = True - contact_win_h = 4 + contact_win_h = 8 if self.size.tab_degrade_y: tab_win_height = 0 else: |