Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
c177dc36 by wurstsalat at 2022-05-26T15:05:15+02:00
fix: VCardGrid: Request minimum width

This keeps the MultiLineProperty from shrinking to near zero width if displayed 
alone

Fixes: #10912

- - - - -


1 changed file:

- gajim/gtk/vcard_grid.py


Changes:

=====================================
gajim/gtk/vcard_grid.py
=====================================
@@ -155,6 +155,7 @@ def __init__(self, account: str) -> None:
         self.set_no_show_all(True)
         self.set_visible(True)
         self.set_halign(Gtk.Align.CENTER)
+        self.set_size_request(300, -1)
 
         self._account = account
         self._row_count: int = 0



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c177dc36ae3cb2cd1dad7bc9fe855db6240e8e9e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c177dc36ae3cb2cd1dad7bc9fe855db6240e8e9e
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to