Nmap Development mailing list archives

Re: Problem reading small type in Zenmap


From: David Fifield <david () bamsoftware com>
Date: Tue, 23 Sep 2008 10:57:33 -0600

On Thu, Sep 18, 2008 at 06:21:51AM -0400, Myshkin LeVine wrote:
        I have a problem concerning the Zenmap interface. Is there any way to 
increase the type size overall in Zenmap? I looked through the Zenmap 
chapter in the online manual and found nothing about changing the GUI 
itself. I could not find anything resembling a gtkrc file that was 
installed by pyGtk nor could I find anything in zenmap.conf that would 
affect type-size. The default type-size of Zenmap labels, tabs, and 
buttons seems quite small to me and the type in the "Nmap Output" window 
is even smaller. I realize that there is a lot a information that needs 
to be displayed in a small area but even if I could increase the type 
size by one point it would make using Zenmap much easier for me.

Good question. Are you on Mac OS X? I noticed that the fonts are small
also.

I found that Zenmap honors the GTK+ theme. I put the following in the
file ~/.gtkrc-2.0:

style "user-font"
{
        font_name = "Normal 16"
}
widget_class "*" style "user-font"

and that gave me nice big fonts. It would only be a little work to
include an rc file like that in the application bundle. It would be used
if the user hadn't set up a custom .gtkrc-2.0 (which is probably the
common case). Is this a problem for any other Mac users? Is there maybe
a DPI setting to change somewhere that would be a better fix?

David Fifield

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: