Made the font bigger.
This commit is contained in:
parent
620cb00e7a
commit
df0cce9060
1 changed files with 1 additions and 1 deletions
2
file.py
2
file.py
|
@ -86,7 +86,7 @@ class File:
|
||||||
self.content_binary_input.setOverwriteMode(True)
|
self.content_binary_input.setOverwriteMode(True)
|
||||||
self.content_widget_layout.addWidget(self.content_binary_input)
|
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.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_binary_input.textChanged.connect(self.on_edit)
|
||||||
|
|
||||||
self.content_widget.setLayout(self.content_widget_layout)
|
self.content_widget.setLayout(self.content_widget_layout)
|
||||||
|
|
Loading…
Reference in a new issue