fixed a bad mistake setting the dmenu border to False;
fe94aeb4
1 file(s) · +0 −1
| 92 | 92 | ||
| 93 | 93 | /* determine maximum items */ |
|
| 94 | 94 | for(i = curr; i != next; i=i->right) { |
|
| 95 | - | dc.border = False; |
|
| 96 | 95 | dc.w = textw(i->text); |
|
| 97 | 96 | if(dc.w > mw / 3) |
|
| 98 | 97 | dc.w = mw / 3; |