otherwise they look unaligned and confusing

Hi, I would like to take this up. I would to extend this to decompiler widget too. Can you point me to the appropriate place in code?
Welcome! We are always happy to see new contributors.
There is no single place in code.The whole point of this task is that you have to go through all the widgets and decide if any of the columns in them are suitable for suggested change. Nothing too complicated but it takes some effort. Consider it an opportunity for getting familiar with the tool and code-base.
Some things you might find useful:
Config()->getFont() and maybe QFont QFontDatabase::systemFont(QFontDatabase::FixedFont)Potential problems that you will have to deal with:
Most helpful comment
Welcome! We are always happy to see new contributors.
There is no single place in code.The whole point of this task is that you have to go through all the widgets and decide if any of the columns in them are suitable for suggested change. Nothing too complicated but it takes some effort. Consider it an opportunity for getting familiar with the tool and code-base.
Some things you might find useful:
Config()->getFont()and maybeQFont QFontDatabase::systemFont(QFontDatabase::FixedFont)Potential problems that you will have to deal with: