diff --git a/openlp/core/ui/screenstab.py b/openlp/core/ui/screenstab.py index 69f11fced..c59ea90ae 100644 --- a/openlp/core/ui/screenstab.py +++ b/openlp/core/ui/screenstab.py @@ -215,6 +215,8 @@ class ScreensTab(SettingsTab): custom_geometry.setWidth(self.width_spin_box.value()) custom_geometry.setHeight(self.height_spin_box.value()) screen.custom_geometry = custom_geometry + else: + screen.custom_geometry = None def load(self): """