From d12e783e2649877c3dfbdc528d6de0017cf88137 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Tue, 18 Apr 2023 23:24:01 +0100 Subject: [PATCH] removed external dependencies from the sandbox --- tests/sandbox/sandbox.html | 57 +++++++++++++++----------------------- 1 file changed, 22 insertions(+), 35 deletions(-) diff --git a/tests/sandbox/sandbox.html b/tests/sandbox/sandbox.html index ba691683..18ea6023 100644 --- a/tests/sandbox/sandbox.html +++ b/tests/sandbox/sandbox.html @@ -1,46 +1,30 @@ + Mr. pyTermTk Sandbox + + - - - - - - - - - - + + + + + + - + + @@ -60,12 +44,13 @@ { type: 'main', style: pstyle, toolbar: { items: [ - { type: 'button', id: 'run_button', text: 'Run', icon: 'icon-play-circle' }, + { type: 'button', id: 'run_button', text: 'Run', icon: 'far fa-play-circle' }, { type: 'html', id: 'uri', html(item) { let html = - '
'+ - ' URI: '+ + '
'+ + ' URI: '+ + ' FPS Cap: '+ '
'; return html; }, @@ -85,6 +70,7 @@ html: '
' } ] }); + new w2field({ el: query('#fpsCap')[0], type: 'int', autoFormat: false })