[patch] Relation Editor: Height of cells are too short to display the current font
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)
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
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Description: |
modified (diff)
|
Keywords: |
relation font height added
|
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.