projects
/
vrfileman
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc25c7
)
increased the text size slightly
author
John Tsiombikas
<nuclear@mutantstargoat.com>
Sun, 7 Aug 2016 13:22:36 +0000
(16:22 +0300)
committer
John Tsiombikas
<nuclear@mutantstargoat.com>
Sun, 7 Aug 2016 13:22:36 +0000
(16:22 +0300)
src/fs.cc
patch
|
blob
|
history
diff --git
a/src/fs.cc
b/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]);