Change font size
greg-workspace opened this issue · 2 comments
greg-workspace commented
The default qtconsole font size in IDA Pro is too small. How to enlarge the font size?
nyx0 commented
Maybe this https://qtconsole.readthedocs.io/en/stable/config_options.html and this https://github.com/eset/ipyida#customizing-the-ipython-console could help.
marc-etienne commented
Indeed, @nyx0's suggestion works fine. The following in ipyidarc.py
set the font size to 30:
import ipyida.ida_qtconsole
ipyida.ida_qtconsole.set_widget_options(dict(font_size=30))
Please reopen the ticket if it doesn't fit your need.