mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	emoji_dump: Update SIZE to 136x136 to reflect new emoji set.
I'm not entirely sure that this is correct, but it suffices to make the spritesheet emoji have the right size.
This commit is contained in:
		@@ -17,7 +17,7 @@ EMOJI_DUMP_DIR_PATH = os.path.join(ZULIP_PATH, 'var', 'emoji_dump')
 | 
			
		||||
EMOJI_DUMP_PATH = lambda p: os.path.join(EMOJI_DUMP_DIR_PATH, p)
 | 
			
		||||
 | 
			
		||||
AA_SCALE = 8
 | 
			
		||||
SIZE = (68, 68)
 | 
			
		||||
SIZE = (136, 136)
 | 
			
		||||
SPRITE_SIZE = (50, 50)
 | 
			
		||||
BIG_SIZE = tuple([x * AA_SCALE for x in SIZE])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user