From 1da838078e253bc99892802a2ba6df66cf2cafb1 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sun, 7 Aug 2016 16:22:36 +0300 Subject: [PATCH] increased the text size slightly --- src/fs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs.cc b/src/fs.cc index 5795cd0..1d3b46d 100644 --- a/src/fs.cc +++ b/src/fs.cc @@ -136,7 +136,7 @@ void draw_fs() glPushMatrix(); xform = Mat4::identity; xform.translate(-dtx_string_width(node->path.get_name()) / 2.0, 0, 0); - xform.scale(0.001); + xform.scale(0.0012); xform.translate(0, 1.54 + row * row_spacing, -radius); xform.rotate_y(angle); glMultMatrixf(xform[0]); -- 1.7.10.4