From fce8df9e84d8fe91f4041d260c0913161969f02c Mon Sep 17 00:00:00 2001 From: sunglocto Date: Mon, 1 Jun 2026 10:37:22 +0100 Subject: [PATCH] fixed member window --- gtk-helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk-helpers.go b/gtk-helpers.go index c61dd12..2464129 100644 --- a/gtk-helpers.go +++ b/gtk-helpers.go @@ -381,6 +381,7 @@ func switchToTab(jid string, w *gtk.Window) { gesture.Connect("pressed", func(n_press, x, y int) { win := gtk.NewWindow() win.SetDefaultSize(400, 400) + win.SetResizable(false) profile_box := gtk.NewBox(gtk.OrientationVertical, 0) nick := gtk.NewLabel(JidMustParse(u.From).Resource) if custom_nick != "" {