add frame and remove toolbar from calendar preview (#1545)

This commit is contained in:
Maurits Lourens 2019-09-23 17:40:18 +02:00 committed by Ben Gotow
parent 63db2fbf15
commit 506124cf28

View file

@ -267,8 +267,8 @@ export default class WindowManager {
title: localized('Calendar Preview'),
width: 900,
height: 600,
frame: false,
toolbar: true,
frame: true,
toolbar: false,
hidden: false,
};