mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	tabs instead of spaces
This commit is contained in:
		
							parent
							
								
									89c25dd149
								
							
						
					
					
						commit
						b9d8ecc548
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -599,7 +599,7 @@ static void render_container_tabbed(struct sway_output *output,
 | 
				
			||||||
	struct border_colors *current_colors = &config->border_colors.unfocused;
 | 
						struct border_colors *current_colors = &config->border_colors.unfocused;
 | 
				
			||||||
	struct sway_container_state *pstate = &con->current;
 | 
						struct sway_container_state *pstate = &con->current;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    double width_gap_adjustment = 2 * pstate->current_gaps;
 | 
						double width_gap_adjustment = 2 * pstate->current_gaps;
 | 
				
			||||||
	int tab_width = (pstate->swayc_width - width_gap_adjustment) / pstate->children->length;
 | 
						int tab_width = (pstate->swayc_width - width_gap_adjustment) / pstate->children->length;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Render tabs
 | 
						// Render tabs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue