mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	LibGUI+WindowServer: Improve checkmark appearance.
This commit is contained in:
		
							parent
							
								
									9d2b46f396
								
							
						
					
					
						commit
						d8ae6c31ce
					
				
					 2 changed files with 12 additions and 12 deletions
				
			
		|  | @ -8,13 +8,13 @@ | ||||||
| 
 | 
 | ||||||
| static const char* s_checked_bitmap_data = { | static const char* s_checked_bitmap_data = { | ||||||
|     "         " |     "         " | ||||||
|  |     "       # " | ||||||
|     "      ## " |     "      ## " | ||||||
|     "     ##  " |     "     ### " | ||||||
|     "     ##  " |     " ## ###  " | ||||||
|     "    ##   " |     " #####   " | ||||||
|     " ## ##   " |     "  ###    " | ||||||
|     "  ####   " |     "   #     " | ||||||
|     "   ##    " |  | ||||||
|     "         " |     "         " | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -29,13 +29,13 @@ const Font& WSMenu::font() const | ||||||
| 
 | 
 | ||||||
| static const char* s_checked_bitmap_data = { | static const char* s_checked_bitmap_data = { | ||||||
|     "         " |     "         " | ||||||
|  |     "       # " | ||||||
|     "      ## " |     "      ## " | ||||||
|     "     ##  " |     "     ### " | ||||||
|     "     ##  " |     " ## ###  " | ||||||
|     "    ##   " |     " #####   " | ||||||
|     " ## ##   " |     "  ###    " | ||||||
|     "  ####   " |     "   #     " | ||||||
|     "   ##    " |  | ||||||
|     "         " |     "         " | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling