increased the text size slightly
[vrfileman] / 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]);