diff options
-rwxr-xr-x | 9kwpyqt.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -95,6 +95,10 @@ class CaptchaGUI(QWidget): self.startstopButton.setCheckable(True) self.soundCheckbox = QCheckBox("Sound") self.soundCheckbox.setChecked(True) + self.soundCheckbox.setSizePolicy( + QSizePolicy.Fixed, + QSizePolicy.Fixed + ) self.startstopButton.clicked.connect(self.toggleRunning) self.LayoutSettings = QHBoxLayout() |