fixed member window
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user