From 46fe4d5fcbeb96e56e06f41d13ebcd8751db452b Mon Sep 17 00:00:00 2001
From: Glenn Fischer <gfischer@ub.uni-leipzig.de>
Date: Fri, 22 Mar 2019 15:57:37 +0100
Subject: [PATCH] #1874: cosmetics

---
 src/state/actions/workspace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/state/actions/workspace.js b/src/state/actions/workspace.js
index e412e26a0..c09379c69 100644
--- a/src/state/actions/workspace.js
+++ b/src/state/actions/workspace.js
@@ -121,7 +121,7 @@ export function importWorkspace(stateExport) {
     /* first do window independent stuff */
     dispatch(importConfig(stateExport.config));
     getState().workspace.exposeModeOn !== exposeModeOn && dispatch(toggleWorkspaceExposeMode());
-    dispatch(setWorkspaceViewportDimensions({ width, height }));
+    dispatch(setWorkspaceViewportDimensions({ height, width }));
     dispatch(setWorkspaceViewportPosition(viewportPosition));
 
     /* now import the windows */
-- 
GitLab