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]
| 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);
|
|