tiled layout resizehints should be respected by default
This commit is contained in:
		
							parent
							
								
									5a92420fce
								
							
						
					
					
						commit
						f25cc5678f
					
				| 
						 | 
				
			
			@ -27,8 +27,8 @@ static Rule rules[] = {
 | 
			
		|||
};
 | 
			
		||||
 | 
			
		||||
/* layout(s) */
 | 
			
		||||
static float mfact           = 0.55;
 | 
			
		||||
static Bool resizehints       = False;     /* False means respect size hints in tiled resizals */
 | 
			
		||||
static float mfact      = 0.55;
 | 
			
		||||
static Bool resizehints = True; /* False means respect size hints in tiled resizals */
 | 
			
		||||
 | 
			
		||||
static Layout layouts[] = {
 | 
			
		||||
	/* symbol     arrange function */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user