0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 06:02:34 -05:00

fix: plugin table review

This commit is contained in:
Marina López 2024-06-12 09:04:56 +02:00
parent 14ca2abc6f
commit 33210828e0
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import { PluginMessageEvent } from './app/model';
penpot.ui.open('TABLE PLUGIN', `?theme=${penpot.getTheme()}`, {
width: 260,
width: 280,
height: 610,
});
@ -67,7 +67,7 @@ penpot.ui.onMessage<PluginMessageEvent>((message) => {
if (board.layoutChild) {
board.layoutChild.horizontalSizing = 'fill';
board.layoutChild.verticalSizing = 'auto';
board.layoutChild.verticalSizing = 'fill';
}
if (message.content.options.alternateRows && !(row % 2)) {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "penpot-plugins",
"version": "0.1.0",
"version": "0.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "penpot-plugins",
"version": "0.1.0",
"version": "0.6.0",
"license": "MIT",
"workspaces": [
"packages/*"