fix icon in about window.
This commit is contained in:
parent
a19cbbfc9d
commit
9782c3f1c0
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
@ -1189,7 +1189,7 @@ class AboutDialog:
|
|||
|
||||
dlg.props.wrap_license = True
|
||||
|
||||
pixbuf = gtkgui_helpers.get_icon_pixmap('gajim-about', 64)
|
||||
pixbuf = gtkgui_helpers.get_icon_pixmap('gajim-about', 128)
|
||||
|
||||
dlg.set_logo(pixbuf)
|
||||
#here you write your name in the form Name FamilyName <someone@somewhere>
|
||||
|
|
Loading…
Reference in New Issue