Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2001:
[Freeciv-Dev] City dialog size (PR#719)
Home

[Freeciv-Dev] City dialog size (PR#719)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] City dialog size (PR#719)
From: kersten@xxxxxxxxxx
Date: Mon, 5 Mar 2001 02:12:10 -0800 (PST)

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.

 




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] City dialog size (PR#719), kersten <=