mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 22:22:45 -05:00
fix: plugin table review
This commit is contained in:
parent
14ca2abc6f
commit
33210828e0
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
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: 260,
|
width: 280,
|
||||||
height: 610,
|
height: 610,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ penpot.ui.onMessage<PluginMessageEvent>((message) => {
|
||||||
|
|
||||||
if (board.layoutChild) {
|
if (board.layoutChild) {
|
||||||
board.layoutChild.horizontalSizing = 'fill';
|
board.layoutChild.horizontalSizing = 'fill';
|
||||||
board.layoutChild.verticalSizing = 'auto';
|
board.layoutChild.verticalSizing = 'fill';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message.content.options.alternateRows && !(row % 2)) {
|
if (message.content.options.alternateRows && !(row % 2)) {
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "penpot-plugins",
|
"name": "penpot-plugins",
|
||||||
"version": "0.1.0",
|
"version": "0.6.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "penpot-plugins",
|
"name": "penpot-plugins",
|
||||||
"version": "0.1.0",
|
"version": "0.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue