increased the text size slightly
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Sun, 7 Aug 2016 13:22:36 +0000 (16:22 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Sun, 7 Aug 2016 13:22:36 +0000 (16:22 +0300)
src/fs.cc

index 5795cd0..1d3b46d 100644 (file)
--- 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]);