Philipp Hörist pushed to branch mainwindow at gajim / gajim
Commits:
83cbe939 by lovetox at 2021-04-29T20:36:15+02:00
Fix Label
- - - - -
2 changed files:
- gajim/gtk/conversation/rows/info.py
- gajim/gtk/conversation/rows/widgets.py
Changes:
=====================================
gajim/gtk/conversation/rows/info.py
=====================================
@@ -43,6 +43,7 @@ def __init__(self, account, text):
self.grid.attach(timestamp_widget, 2, 0, 1, 1)
self._label = SimpleLabel()
+ self._label.set_text(text)
self.grid.attach(self._label, 1, 0, 1, 1)
self.show_all()
=====================================
gajim/gtk/conversation/rows/widgets.py
=====================================
@@ -13,6 +13,7 @@
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
from gi.repository import Gtk
+from gi.repository import Pango
class SimpleLabel(Gtk.Label):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/83cbe9394b1035963d51dde717f4b15aa9c03aba
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/83cbe9394b1035963d51dde717f4b15aa9c03aba
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