bigger labels?
This commit is contained in:
parent
978f3385ef
commit
2c39c5152d
1 changed files with 2 additions and 2 deletions
|
|
@ -542,7 +542,7 @@ $(document).ready(function() {
|
||||||
new PointText({
|
new PointText({
|
||||||
point: c.firstChild.bounds.topLeft + [0, -5],
|
point: c.firstChild.bounds.topLeft + [0, -5],
|
||||||
content: Object.keys(beach_sounds)[idx],
|
content: Object.keys(beach_sounds)[idx],
|
||||||
fontSize: vssw * 0.35,
|
fontSize: vssw * 0.55,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
fillColor: 'white'
|
fillColor: 'white'
|
||||||
});
|
});
|
||||||
|
|
@ -769,7 +769,7 @@ $(document).ready(function() {
|
||||||
new PointText({
|
new PointText({
|
||||||
point: c.firstChild.bounds.topLeft + [0, -5],
|
point: c.firstChild.bounds.topLeft + [0, -5],
|
||||||
content: Object.keys(beach_sounds)[idx],
|
content: Object.keys(beach_sounds)[idx],
|
||||||
fontSize: vssw * 0.35,
|
fontSize: vssw * 0.55,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
fillColor: 'white'
|
fillColor: 'white'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue