we can add big smeileys
This commit is contained in:
parent
c557a2c51b
commit
2fe711d9e9
|
@ -1988,10 +1988,6 @@ class ManageEmoticonsWindow:
|
||||||
pix = img.get_animation().get_static_image()
|
pix = img.get_animation().get_static_image()
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if pix.get_width() > 24 or pix.get_height() > 24:
|
|
||||||
dialogs.ErrorDialog(_('Image is too big'), _('Image for emoticon has to be less than or equal to 24 pixels in width and 24 in height.')).get_response()
|
|
||||||
return False
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def fill_emot_treeview(self):
|
def fill_emot_treeview(self):
|
||||||
|
|
Loading…
Reference in New Issue