From 4e86dbc3eddad9da0b11ecb1b68d68db7b88c57e Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Wed, 24 Aug 2016 08:45:41 +0300 Subject: [PATCH] thicker lines in file icons --- src/fs.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fs.cc b/src/fs.cc index 8aec1b0..aedeacd 100644 --- a/src/fs.cc +++ b/src/fs.cc @@ -195,6 +195,7 @@ void draw_fs() // then draw file icons glDisable(GL_BLEND); glUseProgram(0); + glLineWidth(2.0); col = 0; for(int i=0; i