Skip to content

Commit

Permalink
Merge pull request #129 from Maker-Management-Platform/126-dasbhoard-…
Browse files Browse the repository at this point in the history
…widgets-on-mac-m2-air-13

Dasbhoard widgets on mac m2 air 13 #126
  • Loading branch information
EduardoOliveira authored Feb 29, 2024
2 parents 120966b + ddf8b71 commit d9d69dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printers/providers/PrinterWidgetProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function PrinterWidgetProvider() {
icon: <IconPrinter />,
element: <PrinterTableWidget {...{} as Widget} />,
configElement: <PrinterWidgetConfig {...{} as WidgetConfig} />,
layout: { h: 5, w: 2, isResizable: false }
layout: { h: 5, w: 2, isResizable: true }
})
}, [])

Expand Down

0 comments on commit d9d69dd

Please sign in to comment.