Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
March 2001: [Freeciv-Dev] City dialog size (PR#719) |
![]() |
[Freeciv-Dev] City dialog size (PR#719)[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Full_Name: Pieter J. Kersten Version: CVS latest Distribution: Built from source Client: Gtk+ OS: Redhat 6.2 Submission from: (NULL) (130.115.12.139) The (improved) city dialog is way too small. The buttons 'Buy' and 'Change' are unreadable small in other languages (like Dutch). The problem appears to be in line 221 of client/gui-gtk/citydlg.c: CITY_DIALOG_WIDTH = canvas_width + 440; Changing the 440 to a higher value gives releave, but I really think this constant should be replaced by an algorithm that takes the used language in account.
|