From: John Tsiombikas Date: Sun, 7 Aug 2016 13:22:36 +0000 (+0300) Subject: increased the text size slightly X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=commitdiff_plain;h=1da838078e253bc99892802a2ba6df66cf2cafb1;ds=sidebyside increased the text size slightly --- 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]);