eset/ipyida

Change font size

greg-workspace opened this issue · 2 comments

The default qtconsole font size in IDA Pro is too small. How to enlarge the font size?

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.