diff --git a/code.js b/code.js index d25867e..c341c97 100755 --- a/code.js +++ b/code.js @@ -32,7 +32,7 @@ figma.ui.onmessage = msg => { pause = true; break; case 'helpon': - figma.ui.resize(220, 200); + figma.ui.resize(220, 220); break; case 'helpoff': figma.ui.resize(220, 50); diff --git a/code.ts b/code.ts index 93d8e10..f7d1003 100755 --- a/code.ts +++ b/code.ts @@ -31,7 +31,7 @@ figma.ui.onmessage = msg => { break; case 'helpon': - figma.ui.resize(220, 200); + figma.ui.resize(220, 220); break; case 'helpoff': diff --git a/ui.html b/ui.html index 7e395d2..e49a4d7 100644 --- a/ui.html +++ b/ui.html @@ -29,7 +29,10 @@ +
+
+ Download timer template
from the Figma community.
+