From 436373328a5894ee2ab533c8a6af85e07bf088e3 Mon Sep 17 00:00:00 2001 From: Headshotnoby Date: Tue, 22 Jun 2021 13:36:34 -0400 Subject: [PATCH] make options window a bit larger --- options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.py b/options.py index a59202d..07e705e 100644 --- a/options.py +++ b/options.py @@ -18,7 +18,7 @@ class Settings(QtGui.QDialog): self.inifile = ConfigParser() self.setWindowTitle("Settings") - self.setFixedSize(400, 400) + self.setFixedSize(480, 512) self.hide() main_layout = QtGui.QVBoxLayout(self)