mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2024-11-25 00:38:33 -05:00
Playing with form size to prevent word wrap
This commit is contained in:
parent
d1d4338bed
commit
290cda83a1
@ -264,6 +264,7 @@ if __name__ == '__main__':
|
||||
app = QApplication(sys.argv)
|
||||
# Create and show the form
|
||||
form = Form()
|
||||
form.setFixedWidth(438) # So all text on the log UI stays on one line
|
||||
form.show()
|
||||
# Run the main Qt loop
|
||||
sys.exit(app.exec_())
|
||||
|
Loading…
Reference in New Issue
Block a user