Skip to content
Snippets Groups Projects
Commit 4a9af7e1 authored by Marina Ganeva's avatar Marina Ganeva
Browse files

Refs #20535. Adjust layout for small screens.

parent 81a35096
No related merge requests found
......@@ -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,)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment