diff --git a/ks_includes/KlippyGtk.py b/ks_includes/KlippyGtk.py index 24c76f3b..f81968dd 100644 --- a/ks_includes/KlippyGtk.py +++ b/ks_includes/KlippyGtk.py @@ -214,10 +214,8 @@ class KlippyGtk: dialog.set_resizable(False) dialog.set_transient_for(self.screen) dialog.set_modal(True) - if self.screen.windowed: - dialog.set_default_size(self.width, self.height) - else: - logging.info("Dialog fullscreen") + dialog.set_default_size(self.width, self.height) + if not self.screen.windowed: dialog.fullscreen() for button in buttons: