Opened 16 years ago

Closed 15 years ago

Last modified 11 years ago

#4948 closed defect (fixed)

[patch] Relation Editor: Height of cells are too short to display the current font — at Version 5

Reported by: Johan Dahlin <jdahlin@…> Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: relation font height Cc: Hojoe

Description (last modified by Don-vip)

The height of the cells of the key/value table in the relation editor are not tall enough to be able to display the complete font.

Only happens when actually editing a row.

Seen on Linux/Java6 with the Gtk+ theme.


Change History (8)

by Johan Dahlin <jdahlin@…>, 16 years ago

Attachment: relation-editor.png added

comment:1 by Hojoe, 15 years ago

This is a general problem of JTable. The row heigth is 16, independent of the cell renderer / editor font. GTK wasts so much space around the contet that you see this.

by Hojoe, 15 years ago

Attachment: 4948_1.patch added

change the row height to the cell editor preferred height

by Hojoe, 15 years ago

Attachment: 4948_2.patch added

Changes the height of the member and selection table, but these tables are not editable. I don't know if we need this.

comment:2 by Hojoe, 15 years ago

Cc: Hojoe added
Summary: Relation Editor: Height of cells are too short to display the current font[patch] Relation Editor: Height of cells are too short to display the current font

comment:3 by stoecker, 15 years ago

Resolution: fixed
Status: newclosed

In [4120/josm]:

fix #4948 - patch by Hojoe - Relation Editor: Height of cells are too short to display the current font

comment:4 by Hojoe, 15 years ago

see also #6547

comment:5 by Don-vip, 11 years ago

Description: modified (diff)
Keywords: relation font height added
Note: See TracTickets for help on using tickets.