Skip to content

Commit

Permalink
🪲 bugfix/font-size(#69)
Browse files Browse the repository at this point in the history
🪲 Increases output fontsize
  • Loading branch information
MathisFederico authored Nov 28, 2021
2 parents d944825 + b8326db commit 8e5de92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions opencodeblocks/graphics/blocks/codeblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ def init_output_panel(self):
""" Initialize the output display widget: QLabel """
output_panel = QTextEdit()
output_panel.setReadOnly(True)
output_panel.setStyleSheet(
"QTextEdit { background-color: #434343; }"
)
output_panel.setFont(self.source_editor.font())
self.splitter.addWidget(output_panel)
return output_panel

Expand Down

0 comments on commit 8e5de92

Please sign in to comment.