mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:12:43 +00:00 
			
		
		
		
	CharacterMap+Base: Give Character Map an icon
This commit is contained in:
		
							parent
							
								
									83a9661c04
								
							
						
					
					
						commit
						53cd87cc1d
					
				
					 5 changed files with 3 additions and 3 deletions
				
			
		|  | @ -62,7 +62,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments) | |||
|         return 0; | ||||
|     } | ||||
| 
 | ||||
|     auto app_icon = TRY(GUI::Icon::try_create_default_icon("app-keyboard-settings")); | ||||
|     auto app_icon = TRY(GUI::Icon::try_create_default_icon("app-character-map")); | ||||
|     auto window = TRY(GUI::Window::try_create()); | ||||
|     window->set_title("Character Map"); | ||||
|     window->set_icon(app_icon.bitmap_for_size(16)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sam Atkins
						Sam Atkins