Complete.Org: Mailing Lists: Archives: freeciv-dev: July 1999:
Re: [Freeciv-Dev] initial client window too large (PR#59)
Home

Re: [Freeciv-Dev] initial client window too large (PR#59)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: dwp@xxxxxxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx, vasc@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: [Freeciv-Dev] initial client window too large (PR#59)
From: Gary Houston <ghouston@xxxxxxxxxxxxx>
Date: 21 Jul 1999 19:39:09 -0000

| Can people who find the gtk client window too large please try
| this patch and see if you're happy.  And others try it and see 
| the new detachable widget style is ok :-)

Thanks, the size is better, but still a bit large: either the
window title bar or the command line at the bottom doesn't fit on the
screen.

This is better (with slight truncation):

      gtk_widget_set_usize(text, 600, 85);

or even:

      gtk_widget_set_usize(text, 600, 75);

[Prev in Thread] Current Thread [Next in Thread]