mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:12:44 +00:00 
			
		
		
		
	FileManager: Make the location box 2px taller
This commit is contained in:
		
							parent
							
								
									9895405b7c
								
							
						
					
					
						commit
						3d5233ae40
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -254,6 +254,8 @@ int run_in_windowed_mode(RefPtr<Core::ConfigFile> config, String initial_locatio | |||
|     location_label.size_to_fit(); | ||||
| 
 | ||||
|     auto& location_textbox = location_toolbar.add<GUI::TextBox>(); | ||||
|     location_textbox.set_size_policy(GUI::SizePolicy::Fill, GUI::SizePolicy::Fixed); | ||||
|     location_textbox.set_preferred_size(0, 22); | ||||
| 
 | ||||
|     auto& splitter = widget.add<GUI::HorizontalSplitter>(); | ||||
|     auto& tree_view = splitter.add<GUI::TreeView>(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling