summaryrefslogtreecommitdiff
path: root/termostato.py
diff options
context:
space:
mode:
Diffstat (limited to 'termostato.py')
-rwxr-xr-xtermostato.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/termostato.py b/termostato.py
index 55f38fc..a91578e 100755
--- a/termostato.py
+++ b/termostato.py
@@ -158,5 +158,6 @@ class MainWindow(QMainWindow):
if __name__ == "__main__":
app = QApplication(sys.argv)
w = MainWindow()
+ w.setFixedSize(640,480)
w.show()
sys.exit(app.exec_())