0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-07 15:39:49 -05:00

fix: plugins modal height

This commit is contained in:
Marina López 2024-06-05 10:58:32 +02:00
parent 3fd6bc40dd
commit b65e66535a
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import type { PluginMessageEvent, PluginUIEvent } from './model.js';
penpot.ui.open('CONTRAST PLUGIN', `?theme=${penpot.getTheme()}`, { penpot.ui.open('CONTRAST PLUGIN', `?theme=${penpot.getTheme()}`, {
width: 235, width: 235,
height: 445, height: 525,
}); });
penpot.ui.onMessage<PluginUIEvent>((message) => { penpot.ui.onMessage<PluginUIEvent>((message) => {

View file

@ -2,7 +2,7 @@ import { PluginMessageEvent } from './app/model';
penpot.ui.open('Plugin rename layers', `?theme=${penpot.getTheme()}`, { penpot.ui.open('Plugin rename layers', `?theme=${penpot.getTheme()}`, {
width: 235, width: 235,
height: 200, height: 245,
}); });
penpot.on('themechange', (theme) => { penpot.on('themechange', (theme) => {

View file

@ -1,8 +1,8 @@
import { PluginMessageEvent } from './app/model'; import { PluginMessageEvent } from './app/model';
penpot.ui.open('TABLE PLUGIN', `?theme=${penpot.getTheme()}`, { penpot.ui.open('TABLE PLUGIN', `?theme=${penpot.getTheme()}`, {
width: 235, width: 260,
height: 564, height: 610,
}); });
penpot.on('themechange', (theme) => { penpot.on('themechange', (theme) => {