Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: zeaster on June 17, 2007, 02:05:39 am

Title: The font size is too small in some dialog such as "CPU registers"...
Post by: zeaster on June 17, 2007, 02:05:39 am
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.
Title: Re: The font size is too small in some dialog such as "CPU registers"...
Post by: afb 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.
Title: Re: The font size is too small in some dialog such as "CPU registers"...
Post by: qduwg 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?