From 4a9af7e1a15adc5ed48a0487468b4b04411e2ed0 Mon Sep 17 00:00:00 2001
From: Marina Ganeva <m.ganeva@fz-juelich.de>
Date: Wed, 27 Sep 2017 10:39:19 +0200
Subject: [PATCH] Refs #20535. Adjust layout for small screens.

---
 scripts/Interface/reduction_gui/widgets/toftof/toftof_setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Interface/reduction_gui/widgets/toftof/toftof_setup.py b/scripts/Interface/reduction_gui/widgets/toftof/toftof_setup.py
index 5a7ecdded68..7f01f75769f 100644
--- a/scripts/Interface/reduction_gui/widgets/toftof/toftof_setup.py
+++ b/scripts/Interface/reduction_gui/widgets/toftof/toftof_setup.py
@@ -302,7 +302,7 @@ class TOFTOFSetupWidget(BaseWidget):
         self._layout.addLayout(box)
 
         box.addLayout(hbox((gbDataDir, gbPrefix)))
-        box.addLayout(hbox((vbox((gbInputs, gbBinning, gbOptions, gbSave, 1)), gbData)))
+        box.addLayout(hbox((vbox((gbInputs, gbBinning, gbOptions, 1)), vbox((gbData, gbSave)))))
 
         gbDataDir.setLayout(hbox((self.dataDir, self.btnDataDir)))
         gbPrefix.setLayout(hbox((self.prefix,)))
-- 
GitLab