From b65e66535a3eeebdb387821036189b9529605a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Wed, 5 Jun 2024 10:58:32 +0200 Subject: [PATCH] fix: plugins modal height --- apps/contrast-plugin/src/plugin.ts | 2 +- apps/rename-layers-plugin/src/plugin.ts | 2 +- apps/table-plugin/src/plugin.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/contrast-plugin/src/plugin.ts b/apps/contrast-plugin/src/plugin.ts index 07386c5..4ea8627 100644 --- a/apps/contrast-plugin/src/plugin.ts +++ b/apps/contrast-plugin/src/plugin.ts @@ -2,7 +2,7 @@ import type { PluginMessageEvent, PluginUIEvent } from './model.js'; penpot.ui.open('CONTRAST PLUGIN', `?theme=${penpot.getTheme()}`, { width: 235, - height: 445, + height: 525, }); penpot.ui.onMessage((message) => { diff --git a/apps/rename-layers-plugin/src/plugin.ts b/apps/rename-layers-plugin/src/plugin.ts index cdfcad1..2663a5c 100644 --- a/apps/rename-layers-plugin/src/plugin.ts +++ b/apps/rename-layers-plugin/src/plugin.ts @@ -2,7 +2,7 @@ import { PluginMessageEvent } from './app/model'; penpot.ui.open('Plugin rename layers', `?theme=${penpot.getTheme()}`, { width: 235, - height: 200, + height: 245, }); penpot.on('themechange', (theme) => { diff --git a/apps/table-plugin/src/plugin.ts b/apps/table-plugin/src/plugin.ts index e0c4d3b..d31d64d 100644 --- a/apps/table-plugin/src/plugin.ts +++ b/apps/table-plugin/src/plugin.ts @@ -1,8 +1,8 @@ import { PluginMessageEvent } from './app/model'; penpot.ui.open('TABLE PLUGIN', `?theme=${penpot.getTheme()}`, { - width: 235, - height: 564, + width: 260, + height: 610, }); penpot.on('themechange', (theme) => {