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:
parent
14ca2abc6f
commit
33210828e0
2 changed files with 4 additions and 4 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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/*"
|
||||
|
|
Loading…
Add table
Reference in a new issue