mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:52:44 +00:00 
			
		
		
		
	GSplitter: Change default spacing to 3 pixels
This commit is contained in:
		
							parent
							
								
									2216c7ecc6
								
							
						
					
					
						commit
						a6bb955c9d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ GSplitter::GSplitter(Orientation orientation, GWidget* parent) | |||
|     set_layout(make<GBoxLayout>(orientation)); | ||||
|     set_fill_with_background_color(true); | ||||
|     set_background_color(Color::WarmGray); | ||||
|     layout()->set_spacing(4); | ||||
|     layout()->set_spacing(3); | ||||
| } | ||||
| 
 | ||||
| GSplitter::~GSplitter() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling