Skip to content

Commit 7498fec

Browse files
update
1 parent 543289c commit 7498fec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/riemannzetascope/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@
16381638
whiteSpace: 'nowrap'
16391639
});
16401640
this.components.panel.appendChild(this.components.panelTitleBar);
1641-
this.components.panelTitleBar.innerHTML = '<span style="margin-left: 10px;">RIEMANN ZETA SCOPE</span><span style="margin-left: 30px; color: #c42626; font-size: 17px;">RZS-10k</span>';
1641+
this.components.panelTitleBar.innerHTML = '<span style="margin-left: 10px;">RIEMANN ZETA SCOPE</span><span style="margin-left: 35px; color: #c42626; font-size: 17px;">RZS-10k</span>';
16421642
runningY += 39;
16431643
// ==================================================================
16441644
// display section
@@ -1754,7 +1754,7 @@
17541754
});
17551755
this.components.panelDisplaySection.appendChild(this.components.panelGridButton);
17561756
this.components.panelGridButton.title = 'Show unit grid lines in the complex plane.';
1757-
this.components.panelGridButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;">&nbsp;⊞&nbsp;</span></span><span style="margin-left: 10px;">grid</span>';
1757+
this.components.panelGridButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;">&nbsp;⊞&nbsp;</span></span><span style="margin-left: 12px;">grid</span>';
17581758
this.components.panelGridButton.addEventListener('click', () => {
17591759
this.zetaView.drawGrid = !this.zetaView.drawGrid;
17601760
this.zetaView.draw();
@@ -1775,7 +1775,7 @@
17751775
'The polar window shows the terms of ζ as rotating vectors, radiating from a common origin.\n' +
17761776
'While running t, notice the moments of geometric aligments and the patterns in the term numbers.\n' +
17771777
'The terms of ζ are like a slide rule on steroids.';
1778-
this.components.panelPolarWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;">&nbsp;⊚&nbsp;</span></span><span style="margin-left: 10px;">polar</span>';
1778+
this.components.panelPolarWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;">&nbsp;⊚&nbsp;</span></span><span style="margin-left: 12px;">polar</span>';
17791779
this.components.panelPolarWindowButton.addEventListener('click', () => {
17801780
if (this.zetaView.polarWindow === false) {
17811781
this.zetaView.polarWindow = true;
@@ -1807,7 +1807,7 @@
18071807
'Open Re-Im window\n' +
18081808
'The Re-Im window shows real and imaginary values per term of ζ.\n' +
18091809
'These are the top and side views (as in sin and cos) of the polar view.';
1810-
this.components.panelPhaseWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;">&nbsp;∿&nbsp;</span></span><span style="margin-left: 10px;">Re-Im</span>';
1810+
this.components.panelPhaseWindowButton.innerHTML = '<span style="font-size: 10px; margin-left: 7px;"><span style="background-color: #555555; color: #99B7E6;">&nbsp;∿&nbsp;</span></span><span style="margin-left: 12px;">Re-Im</span>';
18111811
this.components.panelPhaseWindowButton.addEventListener('click', () => {
18121812
if (this.zetaView.phaseWindow === false) {
18131813
this.zetaView.phaseWindow = true;

0 commit comments

Comments
 (0)