Modify ↓
#4948 closed defect (fixed)
[patch] Relation Editor: Height of cells are too short to display the current font
| Reported by: | Johan Dahlin <jdahlin@…> | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: | osm@… |
Description
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.
Attachments (3)
Change History (7)
Changed 3 years ago by Johan Dahlin <jdahlin@…>
comment:1 Changed 2 years ago by Hojoe <osm@…>
Changed 2 years ago by Hojoe <osm@…>
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 Changed 2 years ago by Hojoe <osm@…>
- Cc osm@… added
- Summary changed from Relation Editor: Height of cells are too short to display the current font to [patch] Relation Editor: Height of cells are too short to display the current font
comment:3 Changed 2 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In [4120/josm]:
comment:4 Changed 23 months ago by Hojoe <osm@…>
see also #6547
Note: See
TracTickets for help on using
tickets.



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.