mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:02:44 +00:00 
			
		
		
		
	LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker
This commit is contained in:
		
							parent
							
								
									3a1efbb9e4
								
							
						
					
					
						commit
						2bc8cbfe8f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -95,7 +95,9 @@ FontPicker::FontPicker(Window* parent_window, Gfx::Font const* current_font, boo | |||
|                     m_size_spin_box->set_visible(true); | ||||
| 
 | ||||
|                     m_sizes.append(8); | ||||
|                     m_sizes.append(9); | ||||
|                     m_sizes.append(10); | ||||
|                     m_sizes.append(11); | ||||
|                     m_sizes.append(12); | ||||
|                     m_sizes.append(14); | ||||
|                     m_sizes.append(16); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling