fixed a bad mistake setting the dmenu border to False;
							parent
							
								
									d32fd15ea4
								
							
						
					
					
						commit
						fe94aeb468
					
				
							
								
								
									
										1
									
								
								main.c
								
								
								
								
							
							
						
						
									
										1
									
								
								main.c
								
								
								
								
							| 
						 | 
					@ -92,7 +92,6 @@ drawmenu()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		/* determine maximum items */
 | 
							/* determine maximum items */
 | 
				
			||||||
		for(i = curr; i != next; i=i->right) {
 | 
							for(i = curr; i != next; i=i->right) {
 | 
				
			||||||
			dc.border = False;
 | 
					 | 
				
			||||||
			dc.w = textw(i->text);
 | 
								dc.w = textw(i->text);
 | 
				
			||||||
			if(dc.w > mw / 3)
 | 
								if(dc.w > mw / 3)
 | 
				
			||||||
				dc.w = mw / 3;
 | 
									dc.w = mw / 3;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue