Made the font bigger.

This commit is contained in:
The Wobbler 2024-11-20 17:21:02 +01:00
parent 620cb00e7a
commit df0cce9060

View file

@ -86,7 +86,7 @@ class File:
self.content_binary_input.setOverwriteMode(True)
self.content_widget_layout.addWidget(self.content_binary_input)
self.content_binary_input.setPlainText(self.app.utils.bstring_to_oz(file_content))
self.content_binary_input.setFont(QFont("Ubuntu Mono"))
self.content_binary_input.setFont(QFont("Ubuntu Mono", 12))
self.content_binary_input.textChanged.connect(self.on_edit)
self.content_widget.setLayout(self.content_widget_layout)