removed small 1px gap, somehow without it things feel better
This commit is contained in:
		
							parent
							
								
									03128f78df
								
							
						
					
					
						commit
						e36929292e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								draw.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								draw.c
									
										
									
									
									
								
							|  | @ -109,7 +109,7 @@ drawstatus() | ||||||
| 		else | 		else | ||||||
| 			drawtext(tags[i], dc.norm, sel && sel->tags[i]); | 			drawtext(tags[i], dc.norm, sel && sel->tags[i]); | ||||||
| 	} | 	} | ||||||
| 	x = dc.x + dc.w + 1; | 	x = dc.x + dc.w; | ||||||
| 	dc.w = textw(stext); | 	dc.w = textw(stext); | ||||||
| 	dc.x = bx + bw - dc.w; | 	dc.x = bx + bw - dc.w; | ||||||
| 	if(dc.x < x) { | 	if(dc.x < x) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anselm R. Garbe
						Anselm R. Garbe