#8456 closed patch
Possible workaround for bug #1243280
Reported by: | eriktorbjorn | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
The language selection popup doesn't fit on the screen when using the small version of the GUI.
There are a number of possible ways of fixing this. The best way would probably be to make the list scroll if it's too long. That's not what this patch does. Instead it draws the list in two columns. This has the advantage of being easy to implement. Of course, once those two columns are full, we're just as screwed as before. But maybe it's good enough for 0.8.0, and we can make a better fix later?
Ticket imported from: #1263153. Ticket imported from: patches/561.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | popup-twocolumns.diff added |
---|
comment:1 by , 19 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → GUI |
---|
Note:
See TracTickets
for help on using tickets.
Patch against an August 17 CVS snapshot