Author Topic: The font size is too small in some dialog such as "CPU registers"...  (Read 5613 times)

zeaster

  • Guest
when debug, there are many useful dialogs such as Breakpoints, Call stack, CPU Registers, Disassembly, Memory dump, Watches, Current stack frame, Load libraries, Files and targets, FPU status...
The font size is too too too small in some of the above dialogs.
however the font in Breakpoints dialog is big enough.
seems they have different font settings.

and changing message dialog font makes no effect to the above dialogs.

Is there any way to change the font settings of all of the above dialogs?

I'm on Mac OS X box.
and the codeblocks version is svn 3964.

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The font size is too small in some dialog such as "CPU registers"...
« Reply #1 on: July 10, 2007, 09:44:57 am »
Is there any way to change the font settings of all of the above dialogs?

I'm on Mac OS X box.
and the codeblocks version is svn 3964.

The font size has been changed in some places, but not yet all of them...
(most of the affected sizes are simply hardcoded within the C::B program)

The issue is that font size "8" means different things on Mac and the others.

Offline qduwg

  • Single posting newcomer
  • *
  • Posts: 3
Re: The font size is too small in some dialog such as "CPU registers"...
« Reply #2 on: September 08, 2010, 08:00:08 am »
I met the same problem.  the font size of above dialogs can't be modified. it surprises me! why use hardcode?