mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:42:44 +00:00 
			
		
		
		
	LibGUI: Make view widgets fill background by default
Most clients will want background autofill, so let's make it the default mode.
This commit is contained in:
		
							parent
							
								
									c7b7b65309
								
							
						
					
					
						commit
						d17b42b28d
					
				
					 4 changed files with 12 additions and 4 deletions
				
			
		|  | @ -39,6 +39,7 @@ namespace GUI { | |||
| 
 | ||||
| ItemView::ItemView() | ||||
| { | ||||
|     set_fill_with_background_color(true); | ||||
|     set_background_role(ColorRole::Base); | ||||
|     set_foreground_role(ColorRole::BaseText); | ||||
|     horizontal_scrollbar().set_visible(false); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling