From 08fa75acc11d023a37f72f6f0a86d304ef6fdf18 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 5 Dec 2018 14:33:47 +0100 Subject: Merge 'fix/window-bounds' into 'develop' --- src/config.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/config.js') diff --git a/src/config.js b/src/config.js index ba3af14b9..d981f9c6a 100644 --- a/src/config.js +++ b/src/config.js @@ -39,6 +39,13 @@ export const DEFAULT_FEATURES_CONFIG = { isServiceProxyPremiumFeature: true, }; +export const DEFAULT_WINDOW_OPTIONS = { + width: 800, + height: 600, + x: 0, + y: 0, +}; + export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs'; export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; -- cgit v1.2.3-70-g09d2